Html Css Color HEX #A64ABA Deep Lilac

📋 copy color: '#A64ABA'

red 166 ◦ green 74 ◦ blue 186

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

Shades of Deep Lilac #A64ABA

Tints of Deep Lilac #A64ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.66%

R = 38.97%
G = 17.37%
B = 43.66%

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

#A64ABA (or 0xA64ABA) is known color: Deep Lilac. HEX triplet: A6, 4A and BA. RGB value is (166,74,186). Sum of RGB (Red+Green+Blue) = 166+74+186=426 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.97% from 426); Green value is 74 (29.30% from 255 or 17.37% from 426); Blue value is 186 (73.05% from 255 or 43.66% from 426); Max value from RGB is 186 - color contains mainly: blue. Hex color #A64ABA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A64ABA is #59B545. Grayscale: #717171. Windows color (decimal): -5879110 or 12208806. OLE color: 12208806.

HSL color Cylindrical-coordinate representation of color #A64ABA: hue angle of 289.29º 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 #A64ABA is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 74 186 -
CMYK 0.11 0.60 0 0.27
HSL 289.29º 0.45% 0.51% -
HSV(B) 289.29º 0.6% 0.73% -
XYZ 27.04 16.55 48.22 -
YUV 114.28 168.48 164.89 -
System Red Green Blue C M Y K H S L
Decimal 166 74 186 0.11 0.60 0 0.27 289.29 0.45 0.51
Hex A6 4A BA B 3C 0 1B 121 2D 33
Octal 246 112 272 13 74 0 33 441 55 63
Binary 10100110 1001010 10111010 1011 111100 0 11011 100100001 101101 110011

Color Harmonies of #A64ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64ABA

Black with #A64ABA

Text Example


Text Example

White with #A64ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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