Html Css Color HEX #A642CE Dark Orchid

📋 copy color: '#A642CE'

red 166 ◦ green 66 ◦ blue 206

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

Shades of Dark Orchid #A642CE

Tints of Dark Orchid #A642CE

RGB

 RED value IS 166 (65.23% from 255) = 37.9%

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

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

R = 37.9%
G = 15.07%
B = 47.03%

CMYK

 C value IS 0.19

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A642CE (or 0xA642CE) is known color: Dark Orchid. HEX triplet: A6, 42 and CE. RGB value is (166,66,206). Sum of RGB (Red+Green+Blue) = 166+66+206=438 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.90% from 438); Green value is 66 (26.17% from 255 or 15.07% 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 #A642CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A642CE is #59BD31. Grayscale: #6F6F6F. Windows color (decimal): -5881138 or 13517478. OLE color: 13517478.

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

Color convert

RGB 166 66 206 -
CMYK 0.19 0.68 0 0.19
HSL 282.86º 0.59% 0.53% -
HSV(B) 282.86º 0.68% 0.81% -
XYZ 28.81 16.46 60.05 -
YUV 111.86 181.13 166.62 -
System Red Green Blue C M Y K H S L
Decimal 166 66 206 0.19 0.68 0 0.19 282.86 0.59 0.53
Hex A6 42 CE 13 44 0 13 11B 3B 35
Octal 246 102 316 23 104 0 23 433 73 65
Binary 10100110 1000010 11001110 10011 1000100 0 10011 100011011 111011 110101

Color Harmonies of #A642CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A642CE

Black with #A642CE

Text Example


Text Example

White with #A642CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A642CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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