Html Css Color HEX #AB60BF Deep Lilac

📋 copy color: '#AB60BF'

red 171 ◦ green 96 ◦ blue 191

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

Shades of Deep Lilac #AB60BF

Tints of Deep Lilac #AB60BF

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.96%

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

R = 37.34%
G = 20.96%
B = 41.7%

CMYK

 C value IS 0.10

 M value IS 0.50

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AB60BF (or 0xAB60BF) is known color: Deep Lilac. HEX triplet: AB, 60 and BF. RGB value is (171,96,191). Sum of RGB (Red+Green+Blue) = 171+96+191=458 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.34% from 458); Green value is 96 (37.89% from 255 or 20.96% from 458); Blue value is 191 (75% from 255 or 41.70% from 458); Max value from RGB is 191 - color contains mainly: blue. Hex color #AB60BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB60BF is #549F40. Grayscale: #808080. Windows color (decimal): -5545793 or 12542123. OLE color: 12542123.

HSL color Cylindrical-coordinate representation of color #AB60BF: hue angle of 287.37º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB60BF is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 96 191 -
CMYK 0.10 0.50 0 0.25
HSL 287.37º 0.43% 0.56% -
HSV(B) 287.37º 0.5% 0.75% -
XYZ 30.38 20.79 51.7 -
YUV 129.26 162.85 157.78 -
System Red Green Blue C M Y K H S L
Decimal 171 96 191 0.10 0.50 0 0.25 287.37 0.43 0.56
Hex AB 60 BF A 32 0 19 11F 2B 38
Octal 253 140 277 12 62 0 31 437 53 70
Binary 10101011 1100000 10111111 1010 110010 0 11001 100011111 101011 111000

Color Harmonies of #AB60BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB60BF

Black with #AB60BF

Text Example


Text Example

White with #AB60BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB60BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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