#AA669C

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

Shades of Violet Blue #AA669C

Tints of Violet Blue #AA669C

Color information

#AA669C (or 0xAA669C) is unknown color: approx Violet Blue. HEX triplet: AA, 66 and 9C. RGB value is (170,102,156). Sum of RGB (Red+Green+Blue) = 170+102+156=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 102 (40.23% from 255 or 23.83% from 428); Blue value is 156 (61.33% from 255 or 36.45% from 428); Max value from RGB is 170 - color contains mainly: red. Hex color #AA669C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA669C is #559963. Grayscale: #808080. Windows color (decimal): -5609828 or 10249898. OLE color: 10249898.

HSL color Cylindrical-coordinate representation of color #AA669C: hue angle of 312.35º 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 #AA669C is Cyan = 0, Magento = 0.4, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB170102156-
CMYK00.40.080.33
HSL312.35º28.57%53.33%-
HSV(B)312.35º40%66.67%-
XYZ27.3320.4533.96-
YUV128.49143.53157.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.72%
GREEN value IS 102 (40.23% from 255) = 23.83%
BLUE value IS 156 (61.33% from 255) = 36.45%
R=39.72%
G=23.83%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010215600.40.080.33312.3528.5753.33
HexAA669C0288211381d35
Octal25214623405010414703565
Binary101010101100110100111000101000100010000110011100011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA669C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA669C; }

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

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

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

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

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

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

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

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