#A1537E

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

Shades of Strikemaster #A1537E

Tints of Strikemaster #A1537E

Color information

#A1537E (or 0xA1537E) is unknown color: approx Strikemaster. HEX triplet: A1, 53 and 7E. RGB value is (161,83,126). Sum of RGB (Red+Green+Blue) = 161+83+126=370 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.51% from 370); Green value is 83 (32.81% from 255 or 22.43% from 370); Blue value is 126 (49.61% from 255 or 34.05% from 370); Max value from RGB is 161 - color contains mainly: red. Hex color #A1537E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1537E is #5EAC81. Grayscale: #6F6F6F. Windows color (decimal): -6204546 or 8278945. OLE color: 8278945.

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

Color convert

RGB16183126-
CMYK00.480.220.37
HSL326.92º31.97%47.84%-
HSV(B)326.92º48.45%63.14%-
XYZ21.5615.2721.55-
YUV111.22136.34163.5-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.51%
GREEN value IS 83 (32.81% from 255) = 22.43%
BLUE value IS 126 (49.61% from 255) = 34.05%
R=43.51%
G=22.43%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618312600.480.220.37326.9231.9747.84
HexA1537E03016251472030
Octal24112317606026455074060
Binary1010000110100111111110011000010110100101101000111100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1537E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1537E; }

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

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

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

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

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

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

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

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