#A1517F

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

Shades of Strikemaster #A1517F

Tints of Strikemaster #A1517F

Color information

#A1517F (or 0xA1517F) is unknown color: approx Strikemaster. HEX triplet: A1, 51 and 7F. RGB value is (161,81,127). Sum of RGB (Red+Green+Blue) = 161+81+127=369 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.63% from 369); Green value is 81 (32.03% from 255 or 21.95% from 369); Blue value is 127 (50% from 255 or 34.42% from 369); Max value from RGB is 161 - color contains mainly: red. Hex color #A1517F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1517F is #5EAE80. Grayscale: #6E6E6E. Windows color (decimal): -6205057 or 8343969. OLE color: 8343969.

HSL color Cylindrical-coordinate representation of color #A1517F: hue angle of 325.5º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A1517F is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.37.

Color convert

RGB16181127-
CMYK00.500.210.37
HSL325.5º33.06%47.45%-
HSV(B)325.5º49.69%63.14%-
XYZ21.4714.9921.84-
YUV110.16137.5164.26-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.63%
GREEN value IS 81 (32.03% from 255) = 21.95%
BLUE value IS 127 (50% from 255) = 34.42%
R=43.63%
G=21.95%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618112700.500.210.37325.533.0647.45
HexA1517F0321525146212f
Octal24112117706225455064157
Binary1010000110100011111111011001010101100101101000110100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1517F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1517F; }

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

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

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

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

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

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

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

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