Html Css Color HEX #AA45BD Deep Lilac

📋 copy color: '#AA45BD'

red 170 ◦ green 69 ◦ blue 189

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

Shades of Deep Lilac #AA45BD

Tints of Deep Lilac #AA45BD

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.12%

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

R = 39.72%
G = 16.12%
B = 44.16%

CMYK

 C value IS 0.10

 M value IS 0.63

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AA45BD (or 0xAA45BD) is known color: Deep Lilac. HEX triplet: AA, 45 and BD. RGB value is (170,69,189). Sum of RGB (Red+Green+Blue) = 170+69+189=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 69 (27.34% from 255 or 16.12% from 428); Blue value is 189 (74.22% from 255 or 44.16% from 428); Max value from RGB is 189 - color contains mainly: blue. Hex color #AA45BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA45BD is #55BA42. Grayscale: #707070. Windows color (decimal): -5618243 or 12404138. OLE color: 12404138.

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

Color convert

RGB 170 69 189 -
CMYK 0.10 0.63 0 0.26
HSL 290.5º 0.48% 0.51% -
HSV(B) 290.5º 0.63% 0.74% -
XYZ 27.89 16.48 49.85 -
YUV 112.88 170.96 168.74 -
System Red Green Blue C M Y K H S L
Decimal 170 69 189 0.10 0.63 0 0.26 290.5 0.48 0.51
Hex AA 45 BD A 3F 0 1A 122 30 33
Octal 252 105 275 12 77 0 32 442 60 63
Binary 10101010 1000101 10111101 1010 111111 0 11010 100100010 110000 110011

Color Harmonies of #AA45BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA45BD

Black with #AA45BD

Text Example


Text Example

White with #AA45BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA45BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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