#AA50AC

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

Shades of Violet Blue #AA50AC

Tints of Violet Blue #AA50AC

Color information

#AA50AC (or 0xAA50AC) is unknown color: approx Violet Blue. HEX triplet: AA, 50 and AC. RGB value is (170,80,172). Sum of RGB (Red+Green+Blue) = 170+80+172=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 80 (31.64% from 255 or 18.96% from 422); Blue value is 172 (67.58% from 255 or 40.76% from 422); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA50AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA50AC is #55AF53. Grayscale: #757575. Windows color (decimal): -5615444 or 11292842. OLE color: 11292842.

HSL color Cylindrical-coordinate representation of color #AA50AC: hue angle of 298.7º degrees, saturation: 0.37, 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 #AA50AC is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB17080172-
CMYK0.010.5300.33
HSL298.7º36.51%49.41%-
HSV(B)298.7º53.49%67.45%-
XYZ26.8917.2640.94-
YUV117.4158.82165.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.28%
GREEN value IS 80 (31.64% from 255) = 18.96%
BLUE value IS 172 (67.58% from 255) = 40.76%
R=40.28%
G=18.96%
B=40.76%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170801720.010.5300.33298.736.5149.41
HexAA50AC13502112b2531
Octal2521202541650414534561
Binary1010101010100001010110011101010100001100101011100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA50AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA50AC; }

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

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

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

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

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

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

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

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