#A055A6

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

Shades of Violet Blue #A055A6

Tints of Violet Blue #A055A6

Color information

#A055A6 (or 0xA055A6) is unknown color: approx Violet Blue. HEX triplet: A0, 55 and A6. RGB value is (160,85,166). Sum of RGB (Red+Green+Blue) = 160+85+166=411 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.93% from 411); Green value is 85 (33.59% from 255 or 20.68% from 411); Blue value is 166 (65.23% from 255 or 40.39% from 411); Max value from RGB is 166 - color contains mainly: blue. Hex color #A055A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A055A6 is #5FAA59. Grayscale: #747474. Windows color (decimal): -6269530 or 10900896. OLE color: 10900896.

HSL color Cylindrical-coordinate representation of color #A055A6: hue angle of 295.56º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A055A6 is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB16085166-
CMYK0.040.4900.35
HSL295.56º32.27%49.22%-
HSV(B)295.56º48.8%65.1%-
XYZ24.6316.7238.01-
YUV116.66155.85158.91-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.93%
GREEN value IS 85 (33.59% from 255) = 20.68%
BLUE value IS 166 (65.23% from 255) = 40.39%
R=38.93%
G=20.68%
B=40.39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal160851660.040.4900.35295.5632.2749.22
HexA055A64310231282031
Octal2401252464610434504061
Binary101000001010101101001101001100010100011100101000100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A055A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A055A6; }

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

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

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

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

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

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

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

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