Html Css Color HEX #AA48BD Deep Lilac

📋 copy color: '#AA48BD'

red 170 ◦ green 72 ◦ blue 189

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

Shades of Deep Lilac #AA48BD

Tints of Deep Lilac #AA48BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 43.85%

R = 39.44%
G = 16.71%
B = 43.85%

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

#AA48BD (or 0xAA48BD) is known color: Deep Lilac. HEX triplet: AA, 48 and BD. RGB value is (170,72,189). Sum of RGB (Red+Green+Blue) = 170+72+189=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 72 (28.52% from 255 or 16.71% from 431); Blue value is 189 (74.22% from 255 or 43.85% from 431); Max value from RGB is 189 - color contains mainly: blue. Hex color #AA48BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA48BD is #55B742. Grayscale: #727272. Windows color (decimal): -5617475 or 12404906. OLE color: 12404906.

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

Color convert

RGB 170 72 189 -
CMYK 0.10 0.62 0 0.26
HSL 290.26º 0.47% 0.51% -
HSV(B) 290.26º 0.62% 0.74% -
XYZ 28.08 16.85 49.92 -
YUV 114.64 169.97 167.49 -
System Red Green Blue C M Y K H S L
Decimal 170 72 189 0.10 0.62 0 0.26 290.26 0.47 0.51
Hex AA 48 BD A 3E 0 1A 122 2F 33
Octal 252 110 275 12 76 0 32 442 57 63
Binary 10101010 1001000 10111101 1010 111110 0 11010 100100010 101111 110011

Color Harmonies of #AA48BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA48BD

Black with #AA48BD

Text Example


Text Example

White with #AA48BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA48BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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