#A0588F

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

Shades of Violet Blue #A0588F

Tints of Violet Blue #A0588F

Color information

#A0588F (or 0xA0588F) is unknown color: approx Violet Blue. HEX triplet: A0, 58 and 8F. RGB value is (160,88,143). Sum of RGB (Red+Green+Blue) = 160+88+143=391 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.92% from 391); Green value is 88 (34.77% from 255 or 22.51% from 391); Blue value is 143 (56.25% from 255 or 36.57% from 391); Max value from RGB is 160 - color contains mainly: red. Hex color #A0588F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0588F is #5FA770. Grayscale: #737373. Windows color (decimal): -6268785 or 9394336. OLE color: 9394336.

HSL color Cylindrical-coordinate representation of color #A0588F: hue angle of 314.17º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A0588F is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB16088143-
CMYK00.450.110.37
HSL314.17º29.03%48.63%-
HSV(B)314.17º45%62.75%-
XYZ22.9416.4427.95-
YUV115.8143.35159.53-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.92%
GREEN value IS 88 (34.77% from 255) = 22.51%
BLUE value IS 143 (56.25% from 255) = 36.57%
R=40.92%
G=22.51%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608814300.450.110.37314.1729.0348.63
HexA0588F02DB2513a1d31
Octal24013021705513454723561
Binary101000001011000100011110101101101110010110011101011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0588F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0588F; }

 p { color: rgb(160,88,143); }

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

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

 a { background-color: rgb(160,88,143); }

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

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

 span { border-color: rgb(160,88,143); }

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