Html Css Color HEX #A64CBD Deep Lilac

📋 copy color: '#A64CBD'

red 166 ◦ green 76 ◦ blue 189

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

Shades of Deep Lilac #A64CBD

Tints of Deep Lilac #A64CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 43.85%

R = 38.52%
G = 17.63%
B = 43.85%

CMYK

 C value IS 0.12

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A64CBD (or 0xA64CBD) is known color: Deep Lilac. HEX triplet: A6, 4C and BD. RGB value is (166,76,189). Sum of RGB (Red+Green+Blue) = 166+76+189=431 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.52% from 431); Green value is 76 (30.08% from 255 or 17.63% from 431); Blue value is 189 (74.22% from 255 or 43.85% from 431); Max value from RGB is 189 - color contains mainly: blue. Hex color #A64CBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A64CBD is #59B342. Grayscale: #737373. Windows color (decimal): -5878595 or 12405926. OLE color: 12405926.

HSL color Cylindrical-coordinate representation of color #A64CBD: hue angle of 287.79º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A64CBD is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 166 76 189 -
CMYK 0.12 0.60 0 0.26
HSL 287.79º 0.46% 0.52% -
HSV(B) 287.79º 0.6% 0.74% -
XYZ 27.5 16.95 49.97 -
YUV 115.79 169.32 163.81 -
System Red Green Blue C M Y K H S L
Decimal 166 76 189 0.12 0.60 0 0.26 287.79 0.46 0.52
Hex A6 4C BD C 3C 0 1A 120 2E 34
Octal 246 114 275 14 74 0 32 440 56 64
Binary 10100110 1001100 10111101 1100 111100 0 11010 100100000 101110 110100

Color Harmonies of #A64CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64CBD

Black with #A64CBD

Text Example


Text Example

White with #A64CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64CBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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