Html Css Color HEX #A240CE Dark Orchid

📋 copy color: '#A240CE'

red 162 ◦ green 64 ◦ blue 206

#A240CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #A240CE

Tints of Dark Orchid #A240CE

RGB

 RED value IS 162 (63.67% from 255) = 37.5%

 GREEN value IS 64 (25.39% from 255) = 14.81%

 BLUE value IS 206 (80.86% from 255) = 47.69%

R = 37.5%
G = 14.81%
B = 47.69%

CMYK

 C value IS 0.21

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A240CE (or 0xA240CE) is known color: Dark Orchid. HEX triplet: A2, 40 and CE. RGB value is (162,64,206). Sum of RGB (Red+Green+Blue) = 162+64+206=432 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.5% from 432); Green value is 64 (25.39% from 255 or 14.81% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 206 - color contains mainly: blue. Hex color #A240CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A240CE is #5DBF31. Grayscale: #6D6D6D. Windows color (decimal): -6143794 or 13516962. OLE color: 13516962.

HSL color Cylindrical-coordinate representation of color #A240CE: hue angle of 281.41º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A240CE is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 162 64 206 -
CMYK 0.21 0.69 0 0.19
HSL 281.41º 0.59% 0.53% -
HSV(B) 281.41º 0.69% 0.81% -
XYZ 27.87 15.8 59.97 -
YUV 109.49 182.47 165.45 -
System Red Green Blue C M Y K H S L
Decimal 162 64 206 0.21 0.69 0 0.19 281.41 0.59 0.53
Hex A2 40 CE 15 45 0 13 119 3B 35
Octal 242 100 316 25 105 0 23 431 73 65
Binary 10100010 1000000 11001110 10101 1000101 0 10011 100011001 111011 110101

Color Harmonies of #A240CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A240CE

Black with #A240CE

Text Example


Text Example

White with #A240CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A240CE; }

 p { color: rgb(162,64,206); }

 H1.HeaderClassName
 {
   color: #A240CE;
 }
 .AnyTagClassName
 {
   color: #A240CE;
 }
</style>

background-color css

<style>
 a { background-color: #A240CE; }

 a { background-color: rgb(162,64,206); }

 div.DivClassName
 {
   background-color: #A240CE;
 }
 .BgClassName
 {
   background-color: #A240CE;
 }
</style>

border-color css

<style>
 span { border-color: #A240CE; }

 span { border-color: rgb(162,64,206); }

 td.TdClassName
 {
   border-color: #A240CE;
 }
 .TagClassName
 {
   border-color: #A240CE;
 }
</style>