Html Css Color HEX #AA48BC Deep Lilac

📋 copy color: '#AA48BC'

red 170 ◦ green 72 ◦ blue 188

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

Shades of Deep Lilac #AA48BC

Tints of Deep Lilac #AA48BC

RGB

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

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

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

R = 39.53%
G = 16.74%
B = 43.72%

CMYK

 C value IS 0.10

 M value IS 0.62

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AA48BC (or 0xAA48BC) is known color: Deep Lilac. HEX triplet: AA, 48 and BC. RGB value is (170,72,188). Sum of RGB (Red+Green+Blue) = 170+72+188=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 72 (28.52% from 255 or 16.74% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA48BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA48BC is #55B743. Grayscale: #727272. Windows color (decimal): -5617476 or 12339370. OLE color: 12339370.

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

Color convert

RGB 170 72 188 -
CMYK 0.10 0.62 0 0.26
HSL 290.69º 0.46% 0.51% -
HSV(B) 290.69º 0.62% 0.74% -
XYZ 27.97 16.81 49.35 -
YUV 114.53 169.47 167.57 -
System Red Green Blue C M Y K H S L
Decimal 170 72 188 0.10 0.62 0 0.26 290.69 0.46 0.51
Hex AA 48 BC A 3E 0 1A 123 2E 33
Octal 252 110 274 12 76 0 32 443 56 63
Binary 10101010 1001000 10111100 1010 111110 0 11010 100100011 101110 110011

Color Harmonies of #AA48BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA48BC

Black with #AA48BC

Text Example


Text Example

White with #AA48BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA48BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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