#AA4DA7

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

Shades of Violet Blue #AA4DA7

Tints of Violet Blue #AA4DA7

Color information

#AA4DA7 (or 0xAA4DA7) is unknown color: approx Violet Blue. HEX triplet: AA, 4D and A7. RGB value is (170,77,167). Sum of RGB (Red+Green+Blue) = 170+77+167=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 77 (30.47% from 255 or 18.60% from 414); Blue value is 167 (65.62% from 255 or 40.34% from 414); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4DA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA4DA7 is #55B258. Grayscale: #727272. Windows color (decimal): -5616217 or 10964394. OLE color: 10964394.

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

Color convert

RGB17077167-
CMYK00.550.020.33
HSL301.94º37.65%48.43%-
HSV(B)301.94º54.71%66.67%-
XYZ26.2116.6438.39-
YUV115.07157.31167.18-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.06%
GREEN value IS 77 (30.47% from 255) = 18.60%
BLUE value IS 167 (65.62% from 255) = 40.34%
R=41.06%
G=18.60%
B=40.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707716700.550.020.33301.9437.6548.43
HexAA4DA703722112e2630
Octal2521152470672414564660
Binary10101010100110110100111011011110100001100101110100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4DA7; }

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

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

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

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

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

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

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

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