Html Css Color HEX #AB5FBF Deep Lilac

📋 copy color: '#AB5FBF'

red 171 ◦ green 95 ◦ blue 191

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

Shades of Deep Lilac #AB5FBF

Tints of Deep Lilac #AB5FBF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.79%

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

R = 37.42%
G = 20.79%
B = 41.79%

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

#AB5FBF (or 0xAB5FBF) is known color: Deep Lilac. HEX triplet: AB, 5F and BF. RGB value is (171,95,191). Sum of RGB (Red+Green+Blue) = 171+95+191=457 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.42% from 457); Green value is 95 (37.5% from 255 or 20.79% from 457); Blue value is 191 (75% from 255 or 41.79% from 457); Max value from RGB is 191 - color contains mainly: blue. Hex color #AB5FBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5FBF is #54A040. Grayscale: #808080. Windows color (decimal): -5546049 or 12541867. OLE color: 12541867.

HSL color Cylindrical-coordinate representation of color #AB5FBF: hue angle of 287.5º 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 #AB5FBF is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 95 191 -
CMYK 0.10 0.50 0 0.25
HSL 287.5º 0.43% 0.56% -
HSV(B) 287.5º 0.5% 0.75% -
XYZ 30.29 20.6 51.67 -
YUV 128.67 163.18 158.19 -
System Red Green Blue C M Y K H S L
Decimal 171 95 191 0.10 0.50 0 0.25 287.5 0.43 0.56
Hex AB 5F BF A 32 0 19 120 2B 38
Octal 253 137 277 12 62 0 31 440 53 70
Binary 10101011 1011111 10111111 1010 110010 0 11001 100100000 101011 111000

Color Harmonies of #AB5FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5FBF

Black with #AB5FBF

Text Example


Text Example

White with #AB5FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5FBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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