#A15489

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

Shades of Strikemaster #A15489

Tints of Strikemaster #A15489

Color information

#A15489 (or 0xA15489) is unknown color: approx Strikemaster. HEX triplet: A1, 54 and 89. RGB value is (161,84,137). Sum of RGB (Red+Green+Blue) = 161+84+137=382 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.15% from 382); Green value is 84 (33.20% from 255 or 21.99% from 382); Blue value is 137 (53.91% from 255 or 35.86% from 382); Max value from RGB is 161 - color contains mainly: red. Hex color #A15489 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15489 is #5EAB76. Grayscale: #707070. Windows color (decimal): -6204279 or 9000097. OLE color: 9000097.

HSL color Cylindrical-coordinate representation of color #A15489: hue angle of 318.7º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A15489 is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.37.

Color convert

RGB16184137-
CMYK00.480.150.37
HSL318.7º31.43%48.04%-
HSV(B)318.7º47.83%63.14%-
XYZ22.3815.7225.52-
YUV113.06141.51162.19-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.15%
GREEN value IS 84 (33.20% from 255) = 21.99%
BLUE value IS 137 (53.91% from 255) = 35.86%
R=42.15%
G=21.99%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.15
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618413700.480.150.37318.731.4348.04
HexA15489030F2513f1f30
Octal24112421106017454773760
Binary101000011010100100010010110000111110010110011111111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15489; }

 p { color: rgb(161,84,137); }

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

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

 a { background-color: rgb(161,84,137); }

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

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

 span { border-color: rgb(161,84,137); }

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