Html Css Color HEX #A64DBC Deep Lilac

📋 copy color: '#A64DBC'

red 166 ◦ green 77 ◦ blue 188

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

Shades of Deep Lilac #A64DBC

Tints of Deep Lilac #A64DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.62%

R = 38.52%
G = 17.87%
B = 43.62%

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

#A64DBC (or 0xA64DBC) is known color: Deep Lilac. HEX triplet: A6, 4D and BC. RGB value is (166,77,188). Sum of RGB (Red+Green+Blue) = 166+77+188=431 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.52% from 431); Green value is 77 (30.47% from 255 or 17.87% from 431); Blue value is 188 (73.83% from 255 or 43.62% from 431); Max value from RGB is 188 - color contains mainly: blue. Hex color #A64DBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A64DBC is #59B243. Grayscale: #737373. Windows color (decimal): -5878340 or 12340646. OLE color: 12340646.

HSL color Cylindrical-coordinate representation of color #A64DBC: hue angle of 288.11º degrees, saturation: 0.45, 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 #A64DBC is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 166 77 188 -
CMYK 0.12 0.59 0 0.26
HSL 288.11º 0.45% 0.52% -
HSV(B) 288.11º 0.59% 0.74% -
XYZ 27.46 17.05 49.42 -
YUV 116.27 168.49 163.47 -
System Red Green Blue C M Y K H S L
Decimal 166 77 188 0.12 0.59 0 0.26 288.11 0.45 0.52
Hex A6 4D BC C 3B 0 1A 120 2D 34
Octal 246 115 274 14 73 0 32 440 55 64
Binary 10100110 1001101 10111100 1100 111011 0 11010 100100000 101101 110100

Color Harmonies of #A64DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64DBC

Black with #A64DBC

Text Example


Text Example

White with #A64DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64DBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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