Html Css Color HEX #A842CE Dark Orchid

📋 copy color: '#A842CE'

red 168 ◦ green 66 ◦ blue 206

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

Shades of Dark Orchid #A842CE

Tints of Dark Orchid #A842CE

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15%

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

R = 38.18%
G = 15%
B = 46.82%

CMYK

 C value IS 0.18

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A842CE (or 0xA842CE) is known color: Dark Orchid. HEX triplet: A8, 42 and CE. RGB value is (168,66,206). Sum of RGB (Red+Green+Blue) = 168+66+206=440 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.18% from 440); Green value is 66 (26.17% from 255 or 15% from 440); Blue value is 206 (80.86% from 255 or 46.82% from 440); Max value from RGB is 206 - color contains mainly: blue. Hex color #A842CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A842CE is #57BD31. Grayscale: #707070. Windows color (decimal): -5750066 or 13517480. OLE color: 13517480.

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

Color convert

RGB 168 66 206 -
CMYK 0.18 0.68 0 0.19
HSL 283.71º 0.59% 0.53% -
HSV(B) 283.71º 0.68% 0.81% -
XYZ 29.24 16.68 60.07 -
YUV 112.46 180.79 167.62 -
System Red Green Blue C M Y K H S L
Decimal 168 66 206 0.18 0.68 0 0.19 283.71 0.59 0.53
Hex A8 42 CE 12 44 0 13 11C 3B 35
Octal 250 102 316 22 104 0 23 434 73 65
Binary 10101000 1000010 11001110 10010 1000100 0 10011 100011100 111011 110101

Color Harmonies of #A842CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A842CE

Black with #A842CE

Text Example


Text Example

White with #A842CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A842CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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