Html Css Color HEX #A64FCC Deep Lilac

📋 copy color: '#A64FCC'

red 166 ◦ green 79 ◦ blue 204

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

Shades of Deep Lilac #A64FCC

Tints of Deep Lilac #A64FCC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.59%

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

R = 36.97%
G = 17.59%
B = 45.43%

CMYK

 C value IS 0.19

 M value IS 0.61

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A64FCC (or 0xA64FCC) is known color: Deep Lilac. HEX triplet: A6, 4F and CC. RGB value is (166,79,204). Sum of RGB (Red+Green+Blue) = 166+79+204=449 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.97% from 449); Green value is 79 (31.25% from 255 or 17.59% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 204 - color contains mainly: blue. Hex color #A64FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A64FCC is #59B033. Grayscale: #767676. Windows color (decimal): -5877812 or 13389734. OLE color: 13389734.

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

Color convert

RGB 166 79 204 -
CMYK 0.19 0.61 0 0.2
HSL 281.76º 0.55% 0.55% -
HSV(B) 281.76º 0.61% 0.8% -
XYZ 29.42 18.06 59.06 -
YUV 119.26 175.82 161.34 -
System Red Green Blue C M Y K H S L
Decimal 166 79 204 0.19 0.61 0 0.2 281.76 0.55 0.55
Hex A6 4F CC 13 3D 0 14 11A 37 37
Octal 246 117 314 23 75 0 24 432 67 67
Binary 10100110 1001111 11001100 10011 111101 0 10100 100011010 110111 110111

Color Harmonies of #A64FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64FCC

Black with #A64FCC

Text Example


Text Example

White with #A64FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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