Html Css Color HEX #A64DBD Deep Lilac

📋 copy color: '#A64DBD'

red 166 ◦ green 77 ◦ blue 189

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

Shades of Deep Lilac #A64DBD

Tints of Deep Lilac #A64DBD

RGB

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

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

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

R = 38.43%
G = 17.82%
B = 43.75%

CMYK

 C value IS 0.12

 M value IS 0.59

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A64DBD (or 0xA64DBD) is known color: Deep Lilac. HEX triplet: A6, 4D and BD. RGB value is (166,77,189). Sum of RGB (Red+Green+Blue) = 166+77+189=432 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.43% from 432); Green value is 77 (30.47% from 255 or 17.82% from 432); Blue value is 189 (74.22% from 255 or 43.75% from 432); Max value from RGB is 189 - color contains mainly: blue. Hex color #A64DBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A64DBD is #59B242. Grayscale: #747474. Windows color (decimal): -5878339 or 12406182. OLE color: 12406182.

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

Color convert

RGB 166 77 189 -
CMYK 0.12 0.59 0 0.26
HSL 287.68º 0.46% 0.52% -
HSV(B) 287.68º 0.59% 0.74% -
XYZ 27.57 17.09 49.99 -
YUV 116.38 168.99 163.39 -
System Red Green Blue C M Y K H S L
Decimal 166 77 189 0.12 0.59 0 0.26 287.68 0.46 0.52
Hex A6 4D BD C 3B 0 1A 120 2E 34
Octal 246 115 275 14 73 0 32 440 56 64
Binary 10100110 1001101 10111101 1100 111011 0 11010 100100000 101110 110100

Color Harmonies of #A64DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64DBD

Black with #A64DBD

Text Example


Text Example

White with #A64DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64DBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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