#AA4FAA

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

Shades of Violet Blue #AA4FAA

Tints of Violet Blue #AA4FAA

Color information

#AA4FAA (or 0xAA4FAA) is unknown color: approx Violet Blue. HEX triplet: AA, 4F and AA. RGB value is (170,79,170). Sum of RGB (Red+Green+Blue) = 170+79+170=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 79 (31.25% from 255 or 18.85% from 419); Blue value is 170 (66.80% from 255 or 40.57% from 419); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA4FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA4FAA is #55B055. Grayscale: #747474. Windows color (decimal): -5615702 or 11161514. OLE color: 11161514.

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

Color convert

RGB17079170-
CMYK00.5400.33
HSL300º36.55%48.82%-
HSV(B)300º53.53%66.67%-
XYZ26.6317.0439.92-
YUV116.58158.15166.1-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.57%
GREEN value IS 79 (31.25% from 255) = 18.85%
BLUE value IS 170 (66.80% from 255) = 40.57%
R=40.57%
G=18.85%
B=40.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707917000.5400.3330036.5548.82
HexAA4FAA03602112c2531
Octal2521172520660414544561
Binary1010101010011111010101001101100100001100101100100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4FAA; }

 p { color: rgb(170,79,170); }

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

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

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

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

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

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

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