#AA70A4

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

Shades of Violet Blue #AA70A4

Tints of Violet Blue #AA70A4

Color information

#AA70A4 (or 0xAA70A4) is unknown color: approx Violet Blue. HEX triplet: AA, 70 and A4. RGB value is (170,112,164). Sum of RGB (Red+Green+Blue) = 170+112+164=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 112 (44.14% from 255 or 25.11% from 446); Blue value is 164 (64.45% from 255 or 36.77% from 446); Max value from RGB is 170 - color contains mainly: red. Hex color #AA70A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA70A4 is #558F5B. Grayscale: #878787. Windows color (decimal): -5607260 or 10776746. OLE color: 10776746.

HSL color Cylindrical-coordinate representation of color #AA70A4: hue angle of 306.21º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AA70A4 is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB170112164-
CMYK00.340.040.33
HSL306.21º25.44%55.29%-
HSV(B)306.21º34.12%66.67%-
XYZ29.0722.8137.99-
YUV135.27144.22152.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.12%
GREEN value IS 112 (44.14% from 255) = 25.11%
BLUE value IS 164 (64.45% from 255) = 36.77%
R=38.12%
G=25.11%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011216400.340.040.33306.2125.4455.29
HexAA70A40224211321937
Octal2521602440424414623167
Binary10101010111000010100100010001010010000110011001011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA70A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA70A4; }

 p { color: rgb(170,112,164); }

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

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

 a { background-color: rgb(170,112,164); }

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

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

 span { border-color: rgb(170,112,164); }

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