#A25487

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

Shades of Strikemaster #A25487

Tints of Strikemaster #A25487

Color information

#A25487 (or 0xA25487) is unknown color: approx Strikemaster. HEX triplet: A2, 54 and 87. RGB value is (162,84,135). Sum of RGB (Red+Green+Blue) = 162+84+135=381 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.52% from 381); Green value is 84 (33.20% from 255 or 22.05% from 381); Blue value is 135 (53.12% from 255 or 35.43% from 381); Max value from RGB is 162 - color contains mainly: red. Hex color #A25487 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25487 is #5DAB78. Grayscale: #717171. Windows color (decimal): -6138745 or 8869026. OLE color: 8869026.

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

Color convert

RGB16284135-
CMYK00.480.170.36
HSL320.77º31.71%48.24%-
HSV(B)320.77º48.15%63.53%-
XYZ22.4415.7724.78-
YUV113.14140.34162.85-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.52%
GREEN value IS 84 (33.20% from 255) = 22.05%
BLUE value IS 135 (53.12% from 255) = 35.43%
R=42.52%
G=22.05%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628413500.480.170.36320.7731.7148.24
HexA2548703011241412030
Octal24212420706021445014060
Binary10100010101010010000111011000010001100100101000001100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25487; }

 p { color: rgb(162,84,135); }

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

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

 a { background-color: rgb(162,84,135); }

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

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

 span { border-color: rgb(162,84,135); }

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