#AA669F

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

Shades of Violet Blue #AA669F

Tints of Violet Blue #AA669F

Color information

#AA669F (or 0xAA669F) is unknown color: approx Violet Blue. HEX triplet: AA, 66 and 9F. RGB value is (170,102,159). Sum of RGB (Red+Green+Blue) = 170+102+159=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 102 (40.23% from 255 or 23.67% from 431); Blue value is 159 (62.5% from 255 or 36.89% from 431); Max value from RGB is 170 - color contains mainly: red. Hex color #AA669F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA669F is #559960. Grayscale: #808080. Windows color (decimal): -5609825 or 10446506. OLE color: 10446506.

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

Color convert

RGB170102159-
CMYK00.40.060.33
HSL309.71º28.57%53.33%-
HSV(B)309.71º40%66.67%-
XYZ27.5920.5535.31-
YUV128.83145.03157.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.44%
GREEN value IS 102 (40.23% from 255) = 23.67%
BLUE value IS 159 (62.5% from 255) = 36.89%
R=39.44%
G=23.67%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010215900.40.060.33309.7128.5753.33
HexAA669F0286211361d35
Octal2521462370506414663565
Binary10101010110011010011111010100011010000110011011011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA669F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA669F; }

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

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

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

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

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

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

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

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