#AA4BAA

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

Shades of Violet Blue #AA4BAA

Tints of Violet Blue #AA4BAA

Color information

#AA4BAA (or 0xAA4BAA) is unknown color: approx Violet Blue. HEX triplet: AA, 4B and AA. RGB value is (170,75,170). Sum of RGB (Red+Green+Blue) = 170+75+170=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 75 (29.69% from 255 or 18.07% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA4BAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4BAA is #55B455. Grayscale: #717171. Windows color (decimal): -5616726 or 11160490. OLE color: 11160490.

HSL color Cylindrical-coordinate representation of color #AA4BAA: hue angle of 300º 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 #AA4BAA is Cyan = 0, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB17075170-
CMYK00.5600.33
HSL300º38.78%48.04%-
HSV(B)300º55.88%66.67%-
XYZ26.3516.4839.82-
YUV114.23159.47167.78-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.96%
GREEN value IS 75 (29.69% from 255) = 18.07%
BLUE value IS 170 (66.80% from 255) = 40.96%
R=40.96%
G=18.07%
B=40.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707517000.5600.3330038.7848.04
HexAA4BAA03802112c2730
Octal2521132520700414544760
Binary1010101010010111010101001110000100001100101100100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4BAA; }

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

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

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

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

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

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

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

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