Html Css Color HEX #A64DB5 Deep Lilac

📋 copy color: '#A64DB5'

red 166 ◦ green 77 ◦ blue 181

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

Shades of Deep Lilac #A64DB5

Tints of Deep Lilac #A64DB5

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.16%

 BLUE value IS 181 (71.09% from 255) = 42.69%

R = 39.15%
G = 18.16%
B = 42.69%

CMYK

 C value IS 0.08

 M value IS 0.57

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A64DB5 (or 0xA64DB5) is known color: Deep Lilac. HEX triplet: A6, 4D and B5. RGB value is (166,77,181). Sum of RGB (Red+Green+Blue) = 166+77+181=424 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.15% from 424); Green value is 77 (30.47% from 255 or 18.16% from 424); Blue value is 181 (71.09% from 255 or 42.69% from 424); Max value from RGB is 181 - color contains mainly: blue. Hex color #A64DB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A64DB5 is #59B24A. Grayscale: #737373. Windows color (decimal): -5878347 or 11881894. OLE color: 11881894.

HSL color Cylindrical-coordinate representation of color #A64DB5: hue angle of 291.35º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A64DB5 is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 166 77 181 -
CMYK 0.08 0.57 0 0.29
HSL 291.35º 0.41% 0.51% -
HSV(B) 291.35º 0.57% 0.71% -
XYZ 26.72 16.75 45.54 -
YUV 115.47 164.99 164.04 -
System Red Green Blue C M Y K H S L
Decimal 166 77 181 0.08 0.57 0 0.29 291.35 0.41 0.51
Hex A6 4D B5 8 39 0 1D 123 29 33
Octal 246 115 265 10 71 0 35 443 51 63
Binary 10100110 1001101 10110101 1000 111001 0 11101 100100011 101001 110011

Color Harmonies of #A64DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64DB5

Black with #A64DB5

Text Example


Text Example

White with #A64DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64DB5; }

 p { color: rgb(166,77,181); }

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

background-color css

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

 a { background-color: rgb(166,77,181); }

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

border-color css

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

 span { border-color: rgb(166,77,181); }

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