Html Css Color HEX #A840CE Dark Orchid

📋 copy color: '#A840CE'

red 168 ◦ green 64 ◦ blue 206

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

Shades of Dark Orchid #A840CE

Tints of Dark Orchid #A840CE

RGB

 RED value IS 168 (66.02% from 255) = 38.36%

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

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

R = 38.36%
G = 14.61%
B = 47.03%

CMYK

 C value IS 0.18

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A840CE (or 0xA840CE) is known color: Dark Orchid. HEX triplet: A8, 40 and CE. RGB value is (168,64,206). Sum of RGB (Red+Green+Blue) = 168+64+206=438 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.36% from 438); Green value is 64 (25.39% from 255 or 14.61% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 206 - color contains mainly: blue. Hex color #A840CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A840CE is #57BF31. Grayscale: #6E6E6E. Windows color (decimal): -5750578 or 13516968. OLE color: 13516968.

HSL color Cylindrical-coordinate representation of color #A840CE: hue angle of 283.94º 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 #A840CE is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 64 206 -
CMYK 0.18 0.69 0 0.19
HSL 283.94º 0.59% 0.53% -
HSV(B) 283.94º 0.69% 0.81% -
XYZ 29.12 16.45 60.03 -
YUV 111.28 181.46 168.45 -
System Red Green Blue C M Y K H S L
Decimal 168 64 206 0.18 0.69 0 0.19 283.94 0.59 0.53
Hex A8 40 CE 12 45 0 13 11C 3B 35
Octal 250 100 316 22 105 0 23 434 73 65
Binary 10101000 1000000 11001110 10010 1000101 0 10011 100011100 111011 110101

Color Harmonies of #A840CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A840CE

Black with #A840CE

Text Example


Text Example

White with #A840CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A840CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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