#AA4DAF

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

Shades of Violet Blue #AA4DAF

Tints of Violet Blue #AA4DAF

Color information

#AA4DAF (or 0xAA4DAF) is unknown color: approx Violet Blue. HEX triplet: AA, 4D and AF. RGB value is (170,77,175). Sum of RGB (Red+Green+Blue) = 170+77+175=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 77 (30.47% from 255 or 18.25% from 422); Blue value is 175 (68.75% from 255 or 41.47% from 422); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA4DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA4DAF is #55B250. Grayscale: #737373. Windows color (decimal): -5616209 or 11488682. OLE color: 11488682.

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

Color convert

RGB17077175-
CMYK0.030.5600.31
HSL296.94º38.89%49.41%-
HSV(B)296.94º56%68.63%-
XYZ26.9716.9542.41-
YUV115.98161.31166.53-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.28%
GREEN value IS 77 (30.47% from 255) = 18.25%
BLUE value IS 175 (68.75% from 255) = 41.47%
R=40.28%
G=18.25%
B=41.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal170771750.030.5600.31296.9438.8949.41
HexAA4DAF33801F1292731
Octal2521152573700374514761
Binary1010101010011011010111111111000011111100101001100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4DAF; }

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

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

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

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

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

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

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

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