Html Css Color HEX #AB58BF Deep Lilac

📋 copy color: '#AB58BF'

red 171 ◦ green 88 ◦ blue 191

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

Shades of Deep Lilac #AB58BF

Tints of Deep Lilac #AB58BF

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.56%

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

R = 38%
G = 19.56%
B = 42.44%

CMYK

 C value IS 0.10

 M value IS 0.54

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AB58BF (or 0xAB58BF) is known color: Deep Lilac. HEX triplet: AB, 58 and BF. RGB value is (171,88,191). Sum of RGB (Red+Green+Blue) = 171+88+191=450 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38% from 450); Green value is 88 (34.77% from 255 or 19.56% from 450); Blue value is 191 (75% from 255 or 42.44% from 450); Max value from RGB is 191 - color contains mainly: blue. Hex color #AB58BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB58BF is #54A740. Grayscale: #7C7C7C. Windows color (decimal): -5547841 or 12540075. OLE color: 12540075.

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

Color convert

RGB 171 88 191 -
CMYK 0.10 0.54 0 0.25
HSL 288.35º 0.45% 0.55% -
HSV(B) 288.35º 0.54% 0.75% -
XYZ 29.69 19.4 51.47 -
YUV 124.56 165.5 161.12 -
System Red Green Blue C M Y K H S L
Decimal 171 88 191 0.10 0.54 0 0.25 288.35 0.45 0.55
Hex AB 58 BF A 36 0 19 120 2D 37
Octal 253 130 277 12 66 0 31 440 55 67
Binary 10101011 1011000 10111111 1010 110110 0 11001 100100000 101101 110111

Color Harmonies of #AB58BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB58BF

Black with #AB58BF

Text Example


Text Example

White with #AB58BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB58BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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