Html Css Color HEX #AB5CBF Deep Lilac

📋 copy color: '#AB5CBF'

red 171 ◦ green 92 ◦ blue 191

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

Shades of Deep Lilac #AB5CBF

Tints of Deep Lilac #AB5CBF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.26%

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

R = 37.67%
G = 20.26%
B = 42.07%

CMYK

 C value IS 0.10

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AB5CBF (or 0xAB5CBF) is known color: Deep Lilac. HEX triplet: AB, 5C and BF. RGB value is (171,92,191). Sum of RGB (Red+Green+Blue) = 171+92+191=454 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.67% from 454); Green value is 92 (36.33% from 255 or 20.26% from 454); Blue value is 191 (75% from 255 or 42.07% from 454); Max value from RGB is 191 - color contains mainly: blue. Hex color #AB5CBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5CBF is #54A340. Grayscale: #7E7E7E. Windows color (decimal): -5546817 or 12541099. OLE color: 12541099.

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

Color convert

RGB 171 92 191 -
CMYK 0.10 0.52 0 0.25
HSL 287.88º 0.44% 0.55% -
HSV(B) 287.88º 0.52% 0.75% -
XYZ 30.03 20.07 51.58 -
YUV 126.91 164.17 159.45 -
System Red Green Blue C M Y K H S L
Decimal 171 92 191 0.10 0.52 0 0.25 287.88 0.44 0.55
Hex AB 5C BF A 34 0 19 120 2C 37
Octal 253 134 277 12 64 0 31 440 54 67
Binary 10101011 1011100 10111111 1010 110100 0 11001 100100000 101100 110111

Color Harmonies of #AB5CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5CBF

Black with #AB5CBF

Text Example


Text Example

White with #AB5CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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