#A25289

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

Shades of Strikemaster #A25289

Tints of Strikemaster #A25289

Color information

#A25289 (or 0xA25289) is unknown color: approx Strikemaster. HEX triplet: A2, 52 and 89. RGB value is (162,82,137). Sum of RGB (Red+Green+Blue) = 162+82+137=381 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.52% from 381); Green value is 82 (32.42% from 255 or 21.52% from 381); Blue value is 137 (53.91% from 255 or 35.96% from 381); Max value from RGB is 162 - color contains mainly: red. Hex color #A25289 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25289 is #5DAD76. Grayscale: #707070. Windows color (decimal): -6139255 or 8999586. OLE color: 8999586.

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

Color convert

RGB16282137-
CMYK00.490.150.36
HSL318.75º32.79%47.84%-
HSV(B)318.75º49.38%63.53%-
XYZ22.4315.5225.48-
YUV112.19142163.53-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.52%
GREEN value IS 82 (32.42% from 255) = 21.52%
BLUE value IS 137 (53.91% from 255) = 35.96%
R=42.52%
G=21.52%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628213700.490.150.36318.7532.7947.84
HexA25289031F2413f2130
Octal24212221106117444774160
Binary1010001010100101000100101100011111100100100111111100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25289; }

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

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

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

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

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

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

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

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