Html Css Color HEX #AA52BC Deep Lilac

📋 copy color: '#AA52BC'

red 170 ◦ green 82 ◦ blue 188

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

Shades of Deep Lilac #AA52BC

Tints of Deep Lilac #AA52BC

RGB

 RED value IS 170 (66.8% from 255) = 38.64%

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

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

R = 38.64%
G = 18.64%
B = 42.73%

CMYK

 C value IS 0.10

 M value IS 0.56

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AA52BC (or 0xAA52BC) is known color: Deep Lilac. HEX triplet: AA, 52 and BC. RGB value is (170,82,188). Sum of RGB (Red+Green+Blue) = 170+82+188=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 82 (32.42% from 255 or 18.64% from 440); Blue value is 188 (73.83% from 255 or 42.73% from 440); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA52BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA52BC is #55AD43. Grayscale: #787878. Windows color (decimal): -5614916 or 12341930. OLE color: 12341930.

HSL color Cylindrical-coordinate representation of color #AA52BC: hue angle of 289.81º 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 #AA52BC is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 82 188 -
CMYK 0.10 0.56 0 0.26
HSL 289.81º 0.44% 0.53% -
HSV(B) 289.81º 0.56% 0.74% -
XYZ 28.67 18.21 49.58 -
YUV 120.4 166.15 163.38 -
System Red Green Blue C M Y K H S L
Decimal 170 82 188 0.10 0.56 0 0.26 289.81 0.44 0.53
Hex AA 52 BC A 38 0 1A 122 2C 35
Octal 252 122 274 12 70 0 32 442 54 65
Binary 10101010 1010010 10111100 1010 111000 0 11010 100100010 101100 110101

Color Harmonies of #AA52BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA52BC

Black with #AA52BC

Text Example


Text Example

White with #AA52BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA52BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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