#A25389

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

Shades of Strikemaster #A25389

Tints of Strikemaster #A25389

Color information

#A25389 (or 0xA25389) is unknown color: approx Strikemaster. HEX triplet: A2, 53 and 89. RGB value is (162,83,137). Sum of RGB (Red+Green+Blue) = 162+83+137=382 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.41% from 382); Green value is 83 (32.81% from 255 or 21.73% from 382); Blue value is 137 (53.91% from 255 or 35.86% from 382); Max value from RGB is 162 - color contains mainly: red. Hex color #A25389 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25389 is #5DAC76. Grayscale: #707070. Windows color (decimal): -6138999 or 8999842. OLE color: 8999842.

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

Color convert

RGB16283137-
CMYK00.490.150.36
HSL318.99º32.24%48.04%-
HSV(B)318.99º48.77%63.53%-
XYZ22.5115.6725.51-
YUV112.78141.67163.11-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.41%
GREEN value IS 83 (32.81% from 255) = 21.73%
BLUE value IS 137 (53.91% from 255) = 35.86%
R=42.41%
G=21.73%
B=35.86%

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
Decimal1628313700.490.150.36318.9932.2448.04
HexA25389031F2413f2030
Octal24212321106117444774060
Binary1010001010100111000100101100011111100100100111111100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25389; }

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

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

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

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

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

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

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

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