Html Css Color HEX #AB64BF Deep Lilac

📋 copy color: '#AB64BF'

red 171 ◦ green 100 ◦ blue 191

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

Shades of Deep Lilac #AB64BF

Tints of Deep Lilac #AB64BF

RGB

 RED value IS 171 (67.19% from 255) = 37.01%

 GREEN value IS 100 (39.45% from 255) = 21.65%

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

R = 37.01%
G = 21.65%
B = 41.34%

CMYK

 C value IS 0.10

 M value IS 0.48

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AB64BF (or 0xAB64BF) is known color: Deep Lilac. HEX triplet: AB, 64 and BF. RGB value is (171,100,191). Sum of RGB (Red+Green+Blue) = 171+100+191=462 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.01% from 462); Green value is 100 (39.45% from 255 or 21.65% from 462); Blue value is 191 (75% from 255 or 41.34% from 462); Max value from RGB is 191 - color contains mainly: blue. Hex color #AB64BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB64BF is #549B40. Grayscale: #838383. Windows color (decimal): -5544769 or 12543147. OLE color: 12543147.

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

Color convert

RGB 171 100 191 -
CMYK 0.10 0.48 0 0.25
HSL 286.81º 0.42% 0.57% -
HSV(B) 286.81º 0.48% 0.75% -
XYZ 30.76 21.53 51.83 -
YUV 131.6 161.52 156.1 -
System Red Green Blue C M Y K H S L
Decimal 171 100 191 0.10 0.48 0 0.25 286.81 0.42 0.57
Hex AB 64 BF A 30 0 19 11F 2A 39
Octal 253 144 277 12 60 0 31 437 52 71
Binary 10101011 1100100 10111111 1010 110000 0 11001 100011111 101010 111001

Color Harmonies of #AB64BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB64BF

Black with #AB64BF

Text Example


Text Example

White with #AB64BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB64BF; }

 p { color: rgb(171,100,191); }

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

background-color css

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

 a { background-color: rgb(171,100,191); }

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

border-color css

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

 span { border-color: rgb(171,100,191); }

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