#AA69A2

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

Shades of Violet Blue #AA69A2

Tints of Violet Blue #AA69A2

Color information

#AA69A2 (or 0xAA69A2) is unknown color: approx Violet Blue. HEX triplet: AA, 69 and A2. RGB value is (170,105,162). Sum of RGB (Red+Green+Blue) = 170+105+162=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 105 (41.41% from 255 or 24.03% from 437); Blue value is 162 (63.67% from 255 or 37.07% from 437); Max value from RGB is 170 - color contains mainly: red. Hex color #AA69A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA69A2 is #55965D. Grayscale: #828282. Windows color (decimal): -5609054 or 10643882. OLE color: 10643882.

HSL color Cylindrical-coordinate representation of color #AA69A2: hue angle of 307.38º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA69A2 is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB170105162-
CMYK00.380.050.33
HSL307.38º27.66%53.92%-
HSV(B)307.38º38.24%66.67%-
XYZ28.1521.2636.8-
YUV130.93145.53155.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.90%
GREEN value IS 105 (41.41% from 255) = 24.03%
BLUE value IS 162 (63.67% from 255) = 37.07%
R=38.90%
G=24.03%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010516200.380.050.33307.3827.6653.92
HexAA69A20265211331c36
Octal2521512420465414633466
Binary10101010110100110100010010011010110000110011001111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA69A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA69A2; }

 p { color: rgb(170,105,162); }

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

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

 a { background-color: rgb(170,105,162); }

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

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

 span { border-color: rgb(170,105,162); }

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