#A055A7

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

Shades of Violet Blue #A055A7

Tints of Violet Blue #A055A7

Color information

#A055A7 (or 0xA055A7) is unknown color: approx Violet Blue. HEX triplet: A0, 55 and A7. RGB value is (160,85,167). Sum of RGB (Red+Green+Blue) = 160+85+167=412 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.83% from 412); Green value is 85 (33.59% from 255 or 20.63% from 412); Blue value is 167 (65.62% from 255 or 40.53% from 412); Max value from RGB is 167 - color contains mainly: blue. Hex color #A055A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A055A7 is #5FAA58. Grayscale: #747474. Windows color (decimal): -6269529 or 10966432. OLE color: 10966432.

HSL color Cylindrical-coordinate representation of color #A055A7: hue angle of 294.88º degrees, saturation: 0.33, 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 #A055A7 is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB16085167-
CMYK0.040.4900.35
HSL294.88º32.54%49.41%-
HSV(B)294.88º49.1%65.49%-
XYZ24.7216.7638.49-
YUV116.77156.35158.83-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.83%
GREEN value IS 85 (33.59% from 255) = 20.63%
BLUE value IS 167 (65.62% from 255) = 40.53%
R=38.83%
G=20.63%
B=40.53%

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
Decimal160851670.040.4900.35294.8832.5449.41
HexA055A74310231272131
Octal2401252474610434474161
Binary101000001010101101001111001100010100011100100111100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A055A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A055A7; }

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

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

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

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

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

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

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

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