#A1557D

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

Shades of Strikemaster #A1557D

Tints of Strikemaster #A1557D

Color information

#A1557D (or 0xA1557D) is unknown color: approx Strikemaster. HEX triplet: A1, 55 and 7D. RGB value is (161,85,125). Sum of RGB (Red+Green+Blue) = 161+85+125=371 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.40% from 371); Green value is 85 (33.59% from 255 or 22.91% from 371); Blue value is 125 (49.22% from 255 or 33.69% from 371); Max value from RGB is 161 - color contains mainly: red. Hex color #A1557D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1557D is #5EAA82. Grayscale: #707070. Windows color (decimal): -6204035 or 8213921. OLE color: 8213921.

HSL color Cylindrical-coordinate representation of color #A1557D: hue angle of 328.42º 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 #A1557D is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB16185125-
CMYK00.470.220.37
HSL328.42º30.89%48.24%-
HSV(B)328.42º47.2%63.14%-
XYZ21.6515.5521.26-
YUV112.28135.18162.75-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.40%
GREEN value IS 85 (33.59% from 255) = 22.91%
BLUE value IS 125 (49.22% from 255) = 33.69%
R=43.40%
G=22.91%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618512500.470.220.37328.4230.8948.24
HexA1557D02F16251481f30
Octal24112517505726455103760
Binary101000011010101111110101011111011010010110100100011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1557D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1557D; }

 p { color: rgb(161,85,125); }

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

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

 a { background-color: rgb(161,85,125); }

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

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

 span { border-color: rgb(161,85,125); }

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