#AA469F

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

Shades of Violet Blue #AA469F

Tints of Violet Blue #AA469F

Color information

#AA469F (or 0xAA469F) is unknown color: approx Violet Blue. HEX triplet: AA, 46 and 9F. RGB value is (170,70,159). Sum of RGB (Red+Green+Blue) = 170+70+159=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 70 (27.73% from 255 or 17.54% from 399); Blue value is 159 (62.5% from 255 or 39.85% from 399); Max value from RGB is 170 - color contains mainly: red. Hex color #AA469F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA469F is #55B960. Grayscale: #6D6D6D. Windows color (decimal): -5618017 or 10438314. OLE color: 10438314.

HSL color Cylindrical-coordinate representation of color #AA469F: hue angle of 306.6º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA469F is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB17070159-
CMYK00.590.060.33
HSL306.6º41.67%47.06%-
HSV(B)306.6º58.82%66.67%-
XYZ25.0315.4334.46-
YUV110.05155.63170.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.61%
GREEN value IS 70 (27.73% from 255) = 17.54%
BLUE value IS 159 (62.5% from 255) = 39.85%
R=42.61%
G=17.54%
B=39.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707015900.590.060.33306.641.6747.06
HexAA469F03B6211332a2f
Octal2521062370736414635257
Binary101010101000110100111110111011110100001100110011101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA469F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA469F; }

 p { color: rgb(170,70,159); }

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

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

 a { background-color: rgb(170,70,159); }

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

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

 span { border-color: rgb(170,70,159); }

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