Html Css Color HEX #A64CC0 Deep Lilac

📋 copy color: '#A64CC0'

red 166 ◦ green 76 ◦ blue 192

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

Shades of Deep Lilac #A64CC0

Tints of Deep Lilac #A64CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 44.24%

R = 38.25%
G = 17.51%
B = 44.24%

CMYK

 C value IS 0.14

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A64CC0 (or 0xA64CC0) is known color: Deep Lilac. HEX triplet: A6, 4C and C0. RGB value is (166,76,192). Sum of RGB (Red+Green+Blue) = 166+76+192=434 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.25% from 434); Green value is 76 (30.08% from 255 or 17.51% from 434); Blue value is 192 (75.39% from 255 or 44.24% from 434); Max value from RGB is 192 - color contains mainly: blue. Hex color #A64CC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A64CC0 is #59B33F. Grayscale: #737373. Windows color (decimal): -5878592 or 12602534. OLE color: 12602534.

HSL color Cylindrical-coordinate representation of color #A64CC0: hue angle of 286.55º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A64CC0 is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 166 76 192 -
CMYK 0.14 0.60 0 0.25
HSL 286.55º 0.48% 0.53% -
HSV(B) 286.55º 0.6% 0.75% -
XYZ 27.82 17.08 51.7 -
YUV 116.13 170.82 163.57 -
System Red Green Blue C M Y K H S L
Decimal 166 76 192 0.14 0.60 0 0.25 286.55 0.48 0.53
Hex A6 4C C0 E 3C 0 19 11F 30 35
Octal 246 114 300 16 74 0 31 437 60 65
Binary 10100110 1001100 11000000 1110 111100 0 11001 100011111 110000 110101

Color Harmonies of #A64CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64CC0

Black with #A64CC0

Text Example


Text Example

White with #A64CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64CC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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