#AA54AF

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

Shades of Violet Blue #AA54AF

Tints of Violet Blue #AA54AF

Color information

#AA54AF (or 0xAA54AF) is unknown color: approx Violet Blue. HEX triplet: AA, 54 and AF. RGB value is (170,84,175). Sum of RGB (Red+Green+Blue) = 170+84+175=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 84 (33.20% from 255 or 19.58% from 429); Blue value is 175 (68.75% from 255 or 40.79% from 429); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA54AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA54AF is #55AB50. Grayscale: #777777. Windows color (decimal): -5614417 or 11490474. OLE color: 11490474.

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

Color convert

RGB17084175-
CMYK0.030.5200.31
HSL296.7º36.25%50.78%-
HSV(B)296.7º52%68.63%-
XYZ27.4917.9842.58-
YUV120.09158.99163.6-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.63%
GREEN value IS 84 (33.20% from 255) = 19.58%
BLUE value IS 175 (68.75% from 255) = 40.79%
R=39.63%
G=19.58%
B=40.79%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal170841750.030.5200.31296.736.2550.78
HexAA54AF33401F1292433
Octal2521242573640374514463
Binary1010101010101001010111111110100011111100101001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA54AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA54AF; }

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

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

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

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

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

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

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

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