#A25386

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

Shades of Strikemaster #A25386

Tints of Strikemaster #A25386

Color information

#A25386 (or 0xA25386) is unknown color: approx Strikemaster. HEX triplet: A2, 53 and 86. RGB value is (162,83,134). Sum of RGB (Red+Green+Blue) = 162+83+134=379 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.74% from 379); Green value is 83 (32.81% from 255 or 21.90% from 379); Blue value is 134 (52.73% from 255 or 35.36% from 379); Max value from RGB is 162 - color contains mainly: red. Hex color #A25386 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25386 is #5DAC79. Grayscale: #707070. Windows color (decimal): -6139002 or 8803234. OLE color: 8803234.

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

Color convert

RGB16283134-
CMYK00.490.170.36
HSL321.27º32.24%48.04%-
HSV(B)321.27º48.77%63.53%-
XYZ22.315.5924.39-
YUV112.43140.17163.35-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.74%
GREEN value IS 83 (32.81% from 255) = 21.90%
BLUE value IS 134 (52.73% from 255) = 35.36%
R=42.74%
G=21.90%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628313400.490.170.36321.2732.2448.04
HexA2538603111241412030
Octal24212320606121445014060
Binary10100010101001110000110011000110001100100101000001100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25386; }

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

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

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

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

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

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

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

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