Html Css Color HEX #A64CCC Deep Lilac

📋 copy color: '#A64CCC'

red 166 ◦ green 76 ◦ blue 204

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

Shades of Deep Lilac #A64CCC

Tints of Deep Lilac #A64CCC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.04%

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

R = 37.22%
G = 17.04%
B = 45.74%

CMYK

 C value IS 0.19

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A64CCC (or 0xA64CCC) is known color: Deep Lilac. HEX triplet: A6, 4C and CC. RGB value is (166,76,204). Sum of RGB (Red+Green+Blue) = 166+76+204=446 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.22% from 446); Green value is 76 (30.08% from 255 or 17.04% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 204 - color contains mainly: blue. Hex color #A64CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A64CCC is #59B333. Grayscale: #757575. Windows color (decimal): -5878580 or 13388966. OLE color: 13388966.

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

Color convert

RGB 166 76 204 -
CMYK 0.19 0.63 0 0.2
HSL 282.19º 0.56% 0.55% -
HSV(B) 282.19º 0.63% 0.8% -
XYZ 29.21 17.64 58.99 -
YUV 117.5 176.82 162.59 -
System Red Green Blue C M Y K H S L
Decimal 166 76 204 0.19 0.63 0 0.2 282.19 0.56 0.55
Hex A6 4C CC 13 3F 0 14 11A 38 37
Octal 246 114 314 23 77 0 24 432 70 67
Binary 10100110 1001100 11001100 10011 111111 0 10100 100011010 111000 110111

Color Harmonies of #A64CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64CCC

Black with #A64CCC

Text Example


Text Example

White with #A64CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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