#AA42B7

Color #AA42B7 Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #AA42B7

Tints of Deep Lilac #AA42B7

Color information

#AA42B7 (or 0xAA42B7) is unknown color: approx Deep Lilac. HEX triplet: AA, 42 and B7. RGB value is (170,66,183). Sum of RGB (Red+Green+Blue) = 170+66+183=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 66 (26.17% from 255 or 15.75% from 419); Blue value is 183 (71.88% from 255 or 43.68% from 419); Max value from RGB is 183 - color contains mainly: blue. Hex color #AA42B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA42B7 is #55BD48. Grayscale: #6E6E6E. Windows color (decimal): -5619017 or 12010154. OLE color: 12010154.

HSL color Cylindrical-coordinate representation of color #AA42B7: hue angle of 293.33º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA42B7 is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB17066183-
CMYK0.070.6400.28
HSL293.33º46.99%48.82%-
HSV(B)293.33º63.93%71.76%-
XYZ27.0715.8646.43-
YUV110.43168.96170.49-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.57%
GREEN value IS 66 (26.17% from 255) = 15.75%
BLUE value IS 183 (71.88% from 255) = 43.68%
R=40.57%
G=15.75%
B=43.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal170661830.070.6400.28293.3346.9948.82
HexAA42B774001C1252f31
Octal25210226771000344455761
Binary101010101000010101101111111000000011100100100101101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA42B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA42B7; }

 p { color: rgb(170,66,183); }

 H1.HeaderClassName
 {
   color: #AA42B7;
 }
 .AnyTagClassName
 {
   color: #AA42B7;
 }
</style>
background-color css

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

 a { background-color: rgb(170,66,183); }

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

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

 span { border-color: rgb(170,66,183); }

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