#A051AA

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

Shades of Violet Blue #A051AA

Tints of Violet Blue #A051AA

Color information

#A051AA (or 0xA051AA) is unknown color: approx Violet Blue. HEX triplet: A0, 51 and AA. RGB value is (160,81,170). Sum of RGB (Red+Green+Blue) = 160+81+170=411 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.93% from 411); Green value is 81 (32.03% from 255 or 19.71% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 170 - color contains mainly: blue. Hex color #A051AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A051AA is #5FAE55. Grayscale: #727272. Windows color (decimal): -6270550 or 11162016. OLE color: 11162016.

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

Color convert

RGB16081170-
CMYK0.060.5200.33
HSL293.26º35.46%49.22%-
HSV(B)293.26º52.35%66.67%-
XYZ24.716.2639.87-
YUV114.77159.17160.26-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.93%
GREEN value IS 81 (32.03% from 255) = 19.71%
BLUE value IS 170 (66.80% from 255) = 41.36%
R=38.93%
G=19.71%
B=41.36%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal160811700.060.5200.33293.2635.4649.22
HexA051AA6340211252331
Octal2401212526640414454361
Binary101000001010001101010101101101000100001100100101100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A051AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A051AA; }

 p { color: rgb(160,81,170); }

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

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

 a { background-color: rgb(160,81,170); }

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

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

 span { border-color: rgb(160,81,170); }

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