#A25387

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

Shades of Strikemaster #A25387

Tints of Strikemaster #A25387

Color information

#A25387 (or 0xA25387) is unknown color: approx Strikemaster. HEX triplet: A2, 53 and 87. RGB value is (162,83,135). Sum of RGB (Red+Green+Blue) = 162+83+135=380 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.63% from 380); Green value is 83 (32.81% from 255 or 21.84% from 380); Blue value is 135 (53.12% from 255 or 35.53% from 380); Max value from RGB is 162 - color contains mainly: red. Hex color #A25387 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25387 is #5DAC78. Grayscale: #707070. Windows color (decimal): -6139001 or 8868770. OLE color: 8868770.

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

Color convert

RGB16283135-
CMYK00.490.170.36
HSL320.51º32.24%48.04%-
HSV(B)320.51º48.77%63.53%-
XYZ22.3715.6224.76-
YUV112.55140.67163.27-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.63%
GREEN value IS 83 (32.81% from 255) = 21.84%
BLUE value IS 135 (53.12% from 255) = 35.53%
R=42.63%
G=21.84%
B=35.53%

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
Decimal1628313500.490.170.36320.5132.2448.04
HexA2538703111241412030
Octal24212320706121445014060
Binary10100010101001110000111011000110001100100101000001100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25387; }

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

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

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

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

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

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

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

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