Html Css Color HEX #A64AB9 Deep Lilac

📋 copy color: '#A64AB9'

red 166 ◦ green 74 ◦ blue 185

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

Shades of Deep Lilac #A64AB9

Tints of Deep Lilac #A64AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 43.53%

R = 39.06%
G = 17.41%
B = 43.53%

CMYK

 C value IS 0.10

 M value IS 0.6

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A64AB9 (or 0xA64AB9) is known color: Deep Lilac. HEX triplet: A6, 4A and B9. RGB value is (166,74,185). Sum of RGB (Red+Green+Blue) = 166+74+185=425 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.06% from 425); Green value is 74 (29.30% from 255 or 17.41% from 425); Blue value is 185 (72.66% from 255 or 43.53% from 425); Max value from RGB is 185 - color contains mainly: blue. Hex color #A64AB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A64AB9 is #59B546. Grayscale: #717171. Windows color (decimal): -5879111 or 12143270. OLE color: 12143270.

HSL color Cylindrical-coordinate representation of color #A64AB9: hue angle of 289.73º degrees, saturation: 0.44, 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 #A64AB9 is Cyan = 0.10, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 74 185 -
CMYK 0.10 0.6 0 0.27
HSL 289.73º 0.44% 0.51% -
HSV(B) 289.73º 0.6% 0.73% -
XYZ 26.93 16.51 47.67 -
YUV 114.16 167.98 164.97 -
System Red Green Blue C M Y K H S L
Decimal 166 74 185 0.10 0.6 0 0.27 289.73 0.44 0.51
Hex A6 4A B9 A 3C 0 1B 122 2C 33
Octal 246 112 271 12 74 0 33 442 54 63
Binary 10100110 1001010 10111001 1010 111100 0 11011 100100010 101100 110011

Color Harmonies of #A64AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64AB9

Black with #A64AB9

Text Example


Text Example

White with #A64AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64AB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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