#A0557B

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

Shades of Strikemaster #A0557B

Tints of Strikemaster #A0557B

Color information

#A0557B (or 0xA0557B) is unknown color: approx Strikemaster. HEX triplet: A0, 55 and 7B. RGB value is (160,85,123). Sum of RGB (Red+Green+Blue) = 160+85+123=368 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.48% from 368); Green value is 85 (33.59% from 255 or 23.10% from 368); Blue value is 123 (48.44% from 255 or 33.42% from 368); Max value from RGB is 160 - color contains mainly: red. Hex color #A0557B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0557B is #5FAA84. Grayscale: #6F6F6F. Windows color (decimal): -6269573 or 8082848. OLE color: 8082848.

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

Color convert

RGB16085123-
CMYK00.470.230.37
HSL329.6º30.61%48.04%-
HSV(B)329.6º46.88%62.75%-
XYZ21.3215.420.59-
YUV111.76134.35162.41-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.48%
GREEN value IS 85 (33.59% from 255) = 23.10%
BLUE value IS 123 (48.44% from 255) = 33.42%
R=43.48%
G=23.10%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.23
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608512300.470.230.37329.630.6148.04
HexA0557B02F172514a1f30
Octal24012517305727455123760
Binary101000001010101111101101011111011110010110100101011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0557B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0557B; }

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

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

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

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

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

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

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

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