#A25089

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

Shades of Strikemaster #A25089

Tints of Strikemaster #A25089

Color information

#A25089 (or 0xA25089) is unknown color: approx Strikemaster. HEX triplet: A2, 50 and 89. RGB value is (162,80,137). Sum of RGB (Red+Green+Blue) = 162+80+137=379 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.74% from 379); Green value is 80 (31.64% from 255 or 21.11% from 379); Blue value is 137 (53.91% from 255 or 36.15% from 379); Max value from RGB is 162 - color contains mainly: red. Hex color #A25089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25089 is #5DAF76. Grayscale: #6E6E6E. Windows color (decimal): -6139767 or 8999074. OLE color: 8999074.

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

Color convert

RGB16280137-
CMYK00.510.150.36
HSL318.29º33.88%47.45%-
HSV(B)318.29º50.62%63.53%-
XYZ22.2815.2225.43-
YUV111.02142.67164.37-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.74%
GREEN value IS 80 (31.64% from 255) = 21.11%
BLUE value IS 137 (53.91% from 255) = 36.15%
R=42.74%
G=21.11%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628013700.510.150.36318.2933.8847.45
HexA25089033F2413e222f
Octal24212021106317444764257
Binary1010001010100001000100101100111111100100100111110100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25089; }

 p { color: rgb(162,80,137); }

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

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

 a { background-color: rgb(162,80,137); }

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

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

 span { border-color: rgb(162,80,137); }

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