Html Css Color HEX #A64ABB Deep Lilac

📋 copy color: '#A64ABB'

red 166 ◦ green 74 ◦ blue 187

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

Shades of Deep Lilac #A64ABB

Tints of Deep Lilac #A64ABB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.33%

 BLUE value IS 187 (73.44% from 255) = 43.79%

R = 38.88%
G = 17.33%
B = 43.79%

CMYK

 C value IS 0.11

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A64ABB (or 0xA64ABB) is known color: Deep Lilac. HEX triplet: A6, 4A and BB. RGB value is (166,74,187). Sum of RGB (Red+Green+Blue) = 166+74+187=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 74 (29.30% from 255 or 17.33% from 427); Blue value is 187 (73.44% from 255 or 43.79% from 427); Max value from RGB is 187 - color contains mainly: blue. Hex color #A64ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A64ABB is #59B544. Grayscale: #727272. Windows color (decimal): -5879109 or 12274342. OLE color: 12274342.

HSL color Cylindrical-coordinate representation of color #A64ABB: hue angle of 288.85º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A64ABB is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 74 187 -
CMYK 0.11 0.60 0 0.27
HSL 288.85º 0.45% 0.51% -
HSV(B) 288.85º 0.6% 0.73% -
XYZ 27.14 16.59 48.79 -
YUV 114.39 168.98 164.81 -
System Red Green Blue C M Y K H S L
Decimal 166 74 187 0.11 0.60 0 0.27 288.85 0.45 0.51
Hex A6 4A BB B 3C 0 1B 121 2D 33
Octal 246 112 273 13 74 0 33 441 55 63
Binary 10100110 1001010 10111011 1011 111100 0 11011 100100001 101101 110011

Color Harmonies of #A64ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64ABB

Black with #A64ABB

Text Example


Text Example

White with #A64ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64ABB; }

 p { color: rgb(166,74,187); }

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

background-color css

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

 a { background-color: rgb(166,74,187); }

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

border-color css

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

 span { border-color: rgb(166,74,187); }

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