#AA50A3

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

Shades of Violet Blue #AA50A3

Tints of Violet Blue #AA50A3

Color information

#AA50A3 (or 0xAA50A3) is unknown color: approx Violet Blue. HEX triplet: AA, 50 and A3. RGB value is (170,80,163). Sum of RGB (Red+Green+Blue) = 170+80+163=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 80 (31.64% from 255 or 19.37% from 413); Blue value is 163 (64.06% from 255 or 39.47% from 413); Max value from RGB is 170 - color contains mainly: red. Hex color #AA50A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA50A3 is #55AF5C. Grayscale: #747474. Windows color (decimal): -5615453 or 10703018. OLE color: 10703018.

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

Color convert

RGB17080163-
CMYK00.530.040.33
HSL304.67º36%49.02%-
HSV(B)304.67º52.94%66.67%-
XYZ26.0616.9336.54-
YUV116.37154.32166.25-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.16%
GREEN value IS 80 (31.64% from 255) = 19.37%
BLUE value IS 163 (64.06% from 255) = 39.47%
R=41.16%
G=19.37%
B=39.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708016300.530.040.33304.673649.02
HexAA50A30354211312431
Octal2521202430654414614461
Binary101010101010000101000110110101100100001100110001100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA50A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA50A3; }

 p { color: rgb(170,80,163); }

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

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

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

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

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

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

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