Html Css Color HEX #AB52BC Deep Lilac

📋 copy color: '#AB52BC'

red 171 ◦ green 82 ◦ blue 188

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

Shades of Deep Lilac #AB52BC

Tints of Deep Lilac #AB52BC

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.59%

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

R = 38.78%
G = 18.59%
B = 42.63%

CMYK

 C value IS 0.09

 M value IS 0.56

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AB52BC (or 0xAB52BC) is known color: Deep Lilac. HEX triplet: AB, 52 and BC. RGB value is (171,82,188). Sum of RGB (Red+Green+Blue) = 171+82+188=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 82 (32.42% from 255 or 18.59% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB52BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB52BC is #54AD43. Grayscale: #787878. Windows color (decimal): -5549380 or 12341931. OLE color: 12341931.

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

Color convert

RGB 171 82 188 -
CMYK 0.09 0.56 0 0.26
HSL 290.38º 0.44% 0.53% -
HSV(B) 290.38º 0.56% 0.74% -
XYZ 28.89 18.32 49.59 -
YUV 120.7 165.99 163.88 -
System Red Green Blue C M Y K H S L
Decimal 171 82 188 0.09 0.56 0 0.26 290.38 0.44 0.53
Hex AB 52 BC 9 38 0 1A 122 2C 35
Octal 253 122 274 11 70 0 32 442 54 65
Binary 10101011 1010010 10111100 1001 111000 0 11010 100100010 101100 110101

Color Harmonies of #AB52BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB52BC

Black with #AB52BC

Text Example


Text Example

White with #AB52BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB52BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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