#AA4BAF

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

Shades of Violet Blue #AA4BAF

Tints of Violet Blue #AA4BAF

Color information

#AA4BAF (or 0xAA4BAF) is unknown color: approx Violet Blue. HEX triplet: AA, 4B and AF. RGB value is (170,75,175). Sum of RGB (Red+Green+Blue) = 170+75+175=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 75 (29.69% from 255 or 17.86% from 420); Blue value is 175 (68.75% from 255 or 41.67% from 420); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA4BAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4BAF is #55B450. Grayscale: #727272. Windows color (decimal): -5616721 or 11488170. OLE color: 11488170.

HSL color Cylindrical-coordinate representation of color #AA4BAF: hue angle of 297º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA4BAF is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17075175-
CMYK0.030.5700.31
HSL297º40%49.02%-
HSV(B)297º57.14%68.63%-
XYZ26.8316.6742.36-
YUV114.8161.97167.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.48%
GREEN value IS 75 (29.69% from 255) = 17.86%
BLUE value IS 175 (68.75% from 255) = 41.67%
R=40.48%
G=17.86%
B=41.67%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal170751750.030.5700.312974049.02
HexAA4BAF33901F1292831
Octal2521132573710374515061
Binary1010101010010111010111111111001011111100101001101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4BAF; }

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

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

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

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

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

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

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

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