#AA5FBC

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

Shades of Deep Lilac #AA5FBC

Tints of Deep Lilac #AA5FBC

Color information

#AA5FBC (or 0xAA5FBC) is unknown color: approx Deep Lilac. HEX triplet: AA, 5F and BC. RGB value is (170,95,188). Sum of RGB (Red+Green+Blue) = 170+95+188=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 95 (37.5% from 255 or 20.97% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA5FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5FBC is #55A043. Grayscale: #7F7F7F. Windows color (decimal): -5611588 or 12345258. OLE color: 12345258.

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

Color convert

RGB17095188-
CMYK0.100.4900.26
HSL288.39º40.97%55.49%-
HSV(B)288.39º49.47%73.73%-
XYZ29.7520.3649.94-
YUV128.03161.85157.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.53%
GREEN value IS 95 (37.5% from 255) = 20.97%
BLUE value IS 188 (73.83% from 255) = 41.50%
R=37.53%
G=20.97%
B=41.50%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal170951880.100.4900.26288.3940.9755.49
HexAA5FBCA3101A1202937
Octal25213727412610324405167
Binary101010101011111101111001010110001011010100100000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5FBC; }

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

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

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

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

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

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

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

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