#A1537F

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

Shades of Strikemaster #A1537F

Tints of Strikemaster #A1537F

Color information

#A1537F (or 0xA1537F) is unknown color: approx Strikemaster. HEX triplet: A1, 53 and 7F. RGB value is (161,83,127). Sum of RGB (Red+Green+Blue) = 161+83+127=371 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.40% from 371); Green value is 83 (32.81% from 255 or 22.37% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 161 - color contains mainly: red. Hex color #A1537F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1537F is #5EAC80. Grayscale: #6F6F6F. Windows color (decimal): -6204545 or 8344481. OLE color: 8344481.

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

Color convert

RGB16183127-
CMYK00.480.210.37
HSL326.15º31.97%47.84%-
HSV(B)326.15º48.45%63.14%-
XYZ21.6215.321.89-
YUV111.34136.84163.42-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.40%
GREEN value IS 83 (32.81% from 255) = 22.37%
BLUE value IS 127 (50% from 255) = 34.23%
R=43.40%
G=22.37%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618312700.480.210.37326.1531.9747.84
HexA1537F03015251462030
Octal24112317706025455064060
Binary1010000110100111111111011000010101100101101000110100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1537F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1537F; }

 p { color: rgb(161,83,127); }

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

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

 a { background-color: rgb(161,83,127); }

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

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

 span { border-color: rgb(161,83,127); }

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