#A055A2

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

Shades of Violet Blue #A055A2

Tints of Violet Blue #A055A2

Color information

#A055A2 (or 0xA055A2) is unknown color: approx Violet Blue. HEX triplet: A0, 55 and A2. RGB value is (160,85,162). Sum of RGB (Red+Green+Blue) = 160+85+162=407 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.31% from 407); Green value is 85 (33.59% from 255 or 20.88% from 407); Blue value is 162 (63.67% from 255 or 39.80% from 407); Max value from RGB is 162 - color contains mainly: blue. Hex color #A055A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A055A2 is #5FAA5D. Grayscale: #737373. Windows color (decimal): -6269534 or 10638752. OLE color: 10638752.

HSL color Cylindrical-coordinate representation of color #A055A2: hue angle of 298.44º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A055A2 is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB16085162-
CMYK0.010.4800.36
HSL298.44º31.17%48.43%-
HSV(B)298.44º47.53%63.53%-
XYZ24.2716.5836.1-
YUV116.2153.85159.24-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.31%
GREEN value IS 85 (33.59% from 255) = 20.88%
BLUE value IS 162 (63.67% from 255) = 39.80%
R=39.31%
G=20.88%
B=39.80%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal160851620.010.4800.36298.4431.1748.43
HexA055A213002412a1f30
Octal2401252421600444523760
Binary101000001010101101000101110000010010010010101011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A055A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A055A2; }

 p { color: rgb(160,85,162); }

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

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

 a { background-color: rgb(160,85,162); }

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

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

 span { border-color: rgb(160,85,162); }

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