#A25486

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

Shades of Strikemaster #A25486

Tints of Strikemaster #A25486

Color information

#A25486 (or 0xA25486) is unknown color: approx Strikemaster. HEX triplet: A2, 54 and 86. RGB value is (162,84,134). Sum of RGB (Red+Green+Blue) = 162+84+134=380 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.63% from 380); Green value is 84 (33.20% from 255 or 22.11% from 380); Blue value is 134 (52.73% from 255 or 35.26% from 380); Max value from RGB is 162 - color contains mainly: red. Hex color #A25486 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25486 is #5DAB79. Grayscale: #707070. Windows color (decimal): -6138746 or 8803490. OLE color: 8803490.

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

Color convert

RGB16284134-
CMYK00.480.170.36
HSL321.54º31.71%48.24%-
HSV(B)321.54º48.15%63.53%-
XYZ22.3715.7424.41-
YUV113.02139.84162.93-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.63%
GREEN value IS 84 (33.20% from 255) = 22.11%
BLUE value IS 134 (52.73% from 255) = 35.26%
R=42.63%
G=22.11%
B=35.26%

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
Decimal1628413400.480.170.36321.5431.7148.24
HexA2548603011241422030
Octal24212420606021445024060
Binary10100010101010010000110011000010001100100101000010100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25486; }

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

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

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

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

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

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

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

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