#AA40AD

Color #AA40AD Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #AA40AD

Tints of Violet Blue #AA40AD

Color information

#AA40AD (or 0xAA40AD) is unknown color: approx Violet Blue. HEX triplet: AA, 40 and AD. RGB value is (170,64,173). Sum of RGB (Red+Green+Blue) = 170+64+173=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 64 (25.39% from 255 or 15.72% from 407); Blue value is 173 (67.97% from 255 or 42.51% from 407); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA40AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA40AD is #55BF52. Grayscale: #6B6B6B. Windows color (decimal): -5619539 or 11354282. OLE color: 11354282.

HSL color Cylindrical-coordinate representation of color #AA40AD: hue angle of 298.35º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AA40AD is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB17064173-
CMYK0.020.6300.32
HSL298.35º45.99%46.47%-
HSV(B)298.35º63.01%67.84%-
XYZ25.9515.2341.11-
YUV108.12164.62172.14-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.77%
GREEN value IS 64 (25.39% from 255) = 15.72%
BLUE value IS 173 (67.97% from 255) = 42.51%
R=41.77%
G=15.72%
B=42.51%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal170641730.020.6300.32298.3545.9946.47
HexAA40AD23F02012a2e2e
Octal2521002552770404525656
Binary10101010100000010101101101111110100000100101010101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA40AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA40AD; }

 p { color: rgb(170,64,173); }

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

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

 a { background-color: rgb(170,64,173); }

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

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

 span { border-color: rgb(170,64,173); }

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