Html Css Color HEX #A642CC Dark Orchid

📋 copy color: '#A642CC'

red 166 ◦ green 66 ◦ blue 204

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

Shades of Dark Orchid #A642CC

Tints of Dark Orchid #A642CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.79%

R = 38.07%
G = 15.14%
B = 46.79%

CMYK

 C value IS 0.19

 M value IS 0.68

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A642CC (or 0xA642CC) is known color: Dark Orchid. HEX triplet: A6, 42 and CC. RGB value is (166,66,204). Sum of RGB (Red+Green+Blue) = 166+66+204=436 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.07% from 436); Green value is 66 (26.17% from 255 or 15.14% from 436); Blue value is 204 (80.08% from 255 or 46.79% from 436); Max value from RGB is 204 - color contains mainly: blue. Hex color #A642CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A642CC is #59BD33. Grayscale: #6F6F6F. Windows color (decimal): -5881140 or 13386406. OLE color: 13386406.

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

Color convert

RGB 166 66 204 -
CMYK 0.19 0.68 0 0.2
HSL 283.48º 0.58% 0.53% -
HSV(B) 283.48º 0.68% 0.8% -
XYZ 28.57 16.36 58.78 -
YUV 111.63 180.13 166.78 -
System Red Green Blue C M Y K H S L
Decimal 166 66 204 0.19 0.68 0 0.2 283.48 0.58 0.53
Hex A6 42 CC 13 44 0 14 11B 3A 35
Octal 246 102 314 23 104 0 24 433 72 65
Binary 10100110 1000010 11001100 10011 1000100 0 10100 100011011 111010 110101

Color Harmonies of #A642CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A642CC

Black with #A642CC

Text Example


Text Example

White with #A642CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A642CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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