Html Css Color HEX #A64ABF Deep Lilac

📋 copy color: '#A64ABF'

red 166 ◦ green 74 ◦ blue 191

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

Shades of Deep Lilac #A64ABF

Tints of Deep Lilac #A64ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 44.32%

R = 38.52%
G = 17.17%
B = 44.32%

CMYK

 C value IS 0.13

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A64ABF (or 0xA64ABF) is known color: Deep Lilac. HEX triplet: A6, 4A and BF. RGB value is (166,74,191). Sum of RGB (Red+Green+Blue) = 166+74+191=431 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.52% from 431); Green value is 74 (29.30% from 255 or 17.17% from 431); Blue value is 191 (75% from 255 or 44.32% from 431); Max value from RGB is 191 - color contains mainly: blue. Hex color #A64ABF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A64ABF is #59B540. Grayscale: #727272. Windows color (decimal): -5879105 or 12536486. OLE color: 12536486.

HSL color Cylindrical-coordinate representation of color #A64ABF: hue angle of 287.18º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A64ABF is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 166 74 191 -
CMYK 0.13 0.61 0 0.25
HSL 287.18º 0.48% 0.52% -
HSV(B) 287.18º 0.61% 0.75% -
XYZ 27.58 16.77 51.07 -
YUV 114.85 170.98 164.49 -
System Red Green Blue C M Y K H S L
Decimal 166 74 191 0.13 0.61 0 0.25 287.18 0.48 0.52
Hex A6 4A BF D 3D 0 19 11F 30 34
Octal 246 112 277 15 75 0 31 437 60 64
Binary 10100110 1001010 10111111 1101 111101 0 11001 100011111 110000 110100

Color Harmonies of #A64ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64ABF

Black with #A64ABF

Text Example


Text Example

White with #A64ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64ABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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