Html Css Color HEX #AB48BE Deep Lilac

📋 copy color: '#AB48BE'

red 171 ◦ green 72 ◦ blue 190

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

Shades of Deep Lilac #AB48BE

Tints of Deep Lilac #AB48BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.88%

R = 39.49%
G = 16.63%
B = 43.88%

CMYK

 C value IS 0.10

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AB48BE (or 0xAB48BE) is known color: Deep Lilac. HEX triplet: AB, 48 and BE. RGB value is (171,72,190). Sum of RGB (Red+Green+Blue) = 171+72+190=433 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.49% from 433); Green value is 72 (28.52% from 255 or 16.63% from 433); Blue value is 190 (74.61% from 255 or 43.88% from 433); Max value from RGB is 190 - color contains mainly: blue. Hex color #AB48BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB48BE is #54B741. Grayscale: #727272. Windows color (decimal): -5551938 or 12470443. OLE color: 12470443.

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

Color convert

RGB 171 72 190 -
CMYK 0.10 0.62 0 0.25
HSL 290.34º 0.48% 0.51% -
HSV(B) 290.34º 0.62% 0.75% -
XYZ 28.41 17.01 50.5 -
YUV 115.05 170.3 167.91 -
System Red Green Blue C M Y K H S L
Decimal 171 72 190 0.10 0.62 0 0.25 290.34 0.48 0.51
Hex AB 48 BE A 3E 0 19 122 30 33
Octal 253 110 276 12 76 0 31 442 60 63
Binary 10101011 1001000 10111110 1010 111110 0 11001 100100010 110000 110011

Color Harmonies of #AB48BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB48BE

Black with #AB48BE

Text Example


Text Example

White with #AB48BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB48BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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