Html Css Color HEX #A64CCA Deep Lilac

📋 copy color: '#A64CCA'

red 166 ◦ green 76 ◦ blue 202

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

Shades of Deep Lilac #A64CCA

Tints of Deep Lilac #A64CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 45.5%

R = 37.39%
G = 17.12%
B = 45.5%

CMYK

 C value IS 0.18

 M value IS 0.62

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A64CCA (or 0xA64CCA) is known color: Deep Lilac. HEX triplet: A6, 4C and CA. RGB value is (166,76,202). Sum of RGB (Red+Green+Blue) = 166+76+202=444 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.39% from 444); Green value is 76 (30.08% from 255 or 17.12% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 202 - color contains mainly: blue. Hex color #A64CCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A64CCA is #59B335. Grayscale: #747474. Windows color (decimal): -5878582 or 13257894. OLE color: 13257894.

HSL color Cylindrical-coordinate representation of color #A64CCA: hue angle of 282.86º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A64CCA is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 166 76 202 -
CMYK 0.18 0.62 0 0.21
HSL 282.86º 0.54% 0.55% -
HSV(B) 282.86º 0.62% 0.79% -
XYZ 28.97 17.54 57.74 -
YUV 117.27 175.82 162.75 -
System Red Green Blue C M Y K H S L
Decimal 166 76 202 0.18 0.62 0 0.21 282.86 0.54 0.55
Hex A6 4C CA 12 3E 0 15 11B 36 37
Octal 246 114 312 22 76 0 25 433 66 67
Binary 10100110 1001100 11001010 10010 111110 0 10101 100011011 110110 110111

Color Harmonies of #A64CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64CCA

Black with #A64CCA

Text Example


Text Example

White with #A64CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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