#AA4AA7

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

Shades of Violet Blue #AA4AA7

Tints of Violet Blue #AA4AA7

Color information

#AA4AA7 (or 0xAA4AA7) is unknown color: approx Violet Blue. HEX triplet: AA, 4A and A7. RGB value is (170,74,167). Sum of RGB (Red+Green+Blue) = 170+74+167=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 74 (29.30% from 255 or 18.00% from 411); Blue value is 167 (65.62% from 255 or 40.63% from 411); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4AA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4AA7 is #55B558. Grayscale: #717171. Windows color (decimal): -5616985 or 10963626. OLE color: 10963626.

HSL color Cylindrical-coordinate representation of color #AA4AA7: hue angle of 301.88º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA4AA7 is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB17074167-
CMYK00.560.020.33
HSL301.88º39.34%47.84%-
HSV(B)301.88º56.47%66.67%-
XYZ2616.2338.32-
YUV113.31158.3168.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.36%
GREEN value IS 74 (29.30% from 255) = 18.00%
BLUE value IS 167 (65.62% from 255) = 40.63%
R=41.36%
G=18.00%
B=40.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707416700.560.020.33301.8839.3447.84
HexAA4AA703822112e2730
Octal2521122470702414564760
Binary10101010100101010100111011100010100001100101110100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4AA7; }

 p { color: rgb(170,74,167); }

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

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

 a { background-color: rgb(170,74,167); }

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

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

 span { border-color: rgb(170,74,167); }

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