#A45187

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

Shades of Strikemaster #A45187

Tints of Strikemaster #A45187

Color information

#A45187 (or 0xA45187) is unknown color: approx Strikemaster. HEX triplet: A4, 51 and 87. RGB value is (164,81,135). Sum of RGB (Red+Green+Blue) = 164+81+135=380 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.16% from 380); Green value is 81 (32.03% from 255 or 21.32% from 380); Blue value is 135 (53.12% from 255 or 35.53% from 380); Max value from RGB is 164 - color contains mainly: red. Hex color #A45187 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45187 is #5BAE78. Grayscale: #6F6F6F. Windows color (decimal): -6008441 or 8868260. OLE color: 8868260.

HSL color Cylindrical-coordinate representation of color #A45187: hue angle of 320.96º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A45187 is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB16481135-
CMYK00.510.180.36
HSL320.96º33.88%48.04%-
HSV(B)320.96º50.61%64.31%-
XYZ22.6315.5324.73-
YUV111.97141165.11-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.16%
GREEN value IS 81 (32.03% from 255) = 21.32%
BLUE value IS 135 (53.12% from 255) = 35.53%
R=43.16%
G=21.32%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648113500.510.180.36320.9633.8848.04
HexA4518703312241412230
Octal24412120706322445014260
Binary10100100101000110000111011001110010100100101000001100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45187; }

 p { color: rgb(164,81,135); }

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

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

 a { background-color: rgb(164,81,135); }

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

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

 span { border-color: rgb(164,81,135); }

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