Html Css Color HEX #AB5DBF Deep Lilac

📋 copy color: '#AB5DBF'

red 171 ◦ green 93 ◦ blue 191

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

Shades of Deep Lilac #AB5DBF

Tints of Deep Lilac #AB5DBF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.44%

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

R = 37.58%
G = 20.44%
B = 41.98%

CMYK

 C value IS 0.10

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AB5DBF (or 0xAB5DBF) is known color: Deep Lilac. HEX triplet: AB, 5D and BF. RGB value is (171,93,191). Sum of RGB (Red+Green+Blue) = 171+93+191=455 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.58% from 455); Green value is 93 (36.72% from 255 or 20.44% from 455); Blue value is 191 (75% from 255 or 41.98% from 455); Max value from RGB is 191 - color contains mainly: blue. Hex color #AB5DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5DBF is #54A240. Grayscale: #7F7F7F. Windows color (decimal): -5546561 or 12541355. OLE color: 12541355.

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

Color convert

RGB 171 93 191 -
CMYK 0.10 0.51 0 0.25
HSL 287.76º 0.43% 0.56% -
HSV(B) 287.76º 0.51% 0.75% -
XYZ 30.11 20.25 51.61 -
YUV 127.49 163.84 159.03 -
System Red Green Blue C M Y K H S L
Decimal 171 93 191 0.10 0.51 0 0.25 287.76 0.43 0.56
Hex AB 5D BF A 33 0 19 120 2B 38
Octal 253 135 277 12 63 0 31 440 53 70
Binary 10101011 1011101 10111111 1010 110011 0 11001 100100000 101011 111000

Color Harmonies of #AB5DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5DBF

Black with #AB5DBF

Text Example


Text Example

White with #AB5DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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