#A0538F

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

Shades of Violet Blue #A0538F

Tints of Violet Blue #A0538F

Color information

#A0538F (or 0xA0538F) is unknown color: approx Violet Blue. HEX triplet: A0, 53 and 8F. RGB value is (160,83,143). Sum of RGB (Red+Green+Blue) = 160+83+143=386 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.45% from 386); Green value is 83 (32.81% from 255 or 21.50% from 386); Blue value is 143 (56.25% from 255 or 37.05% from 386); Max value from RGB is 160 - color contains mainly: red. Hex color #A0538F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0538F is #5FAC70. Grayscale: #707070. Windows color (decimal): -6270065 or 9393056. OLE color: 9393056.

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

Color convert

RGB16083143-
CMYK00.480.110.37
HSL313.25º31.69%47.65%-
HSV(B)313.25º48.12%62.75%-
XYZ22.5515.6427.82-
YUV112.86145.01161.62-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.45%
GREEN value IS 83 (32.81% from 255) = 21.50%
BLUE value IS 143 (56.25% from 255) = 37.05%
R=41.45%
G=21.50%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608314300.480.110.37313.2531.6947.65
HexA0538F030B251392030
Octal24012321706013454714060
Binary1010000010100111000111101100001011100101100111001100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0538F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0538F; }

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

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

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

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

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

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

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

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