Html Css Color HEX #AB48BC Deep Lilac

📋 copy color: '#AB48BC'

red 171 ◦ green 72 ◦ blue 188

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

Shades of Deep Lilac #AB48BC

Tints of Deep Lilac #AB48BC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.71%

 BLUE value IS 188 (73.83% from 255) = 43.62%

R = 39.68%
G = 16.71%
B = 43.62%

CMYK

 C value IS 0.09

 M value IS 0.62

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AB48BC (or 0xAB48BC) is known color: Deep Lilac. HEX triplet: AB, 48 and BC. RGB value is (171,72,188). Sum of RGB (Red+Green+Blue) = 171+72+188=431 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.68% from 431); Green value is 72 (28.52% from 255 or 16.71% from 431); Blue value is 188 (73.83% from 255 or 43.62% from 431); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB48BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB48BC is #54B743. Grayscale: #727272. Windows color (decimal): -5551940 or 12339371. OLE color: 12339371.

HSL color Cylindrical-coordinate representation of color #AB48BC: hue angle of 291.21º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AB48BC is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 72 188 -
CMYK 0.09 0.62 0 0.26
HSL 291.21º 0.46% 0.51% -
HSV(B) 291.21º 0.62% 0.74% -
XYZ 28.19 16.92 49.36 -
YUV 114.83 169.3 168.07 -
System Red Green Blue C M Y K H S L
Decimal 171 72 188 0.09 0.62 0 0.26 291.21 0.46 0.51
Hex AB 48 BC 9 3E 0 1A 123 2E 33
Octal 253 110 274 11 76 0 32 443 56 63
Binary 10101011 1001000 10111100 1001 111110 0 11010 100100011 101110 110011

Color Harmonies of #AB48BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB48BC

Black with #AB48BC

Text Example


Text Example

White with #AB48BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB48BC; }

 p { color: rgb(171,72,188); }

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

background-color css

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

 a { background-color: rgb(171,72,188); }

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

border-color css

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

 span { border-color: rgb(171,72,188); }

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