#A55389

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

Shades of Strikemaster #A55389

Tints of Strikemaster #A55389

Color information

#A55389 (or 0xA55389) is unknown color: approx Strikemaster. HEX triplet: A5, 53 and 89. RGB value is (165,83,137). Sum of RGB (Red+Green+Blue) = 165+83+137=385 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.86% from 385); Green value is 83 (32.81% from 255 or 21.56% from 385); Blue value is 137 (53.91% from 255 or 35.58% from 385); Max value from RGB is 165 - color contains mainly: red. Hex color #A55389 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55389 is #5AAC76. Grayscale: #717171. Windows color (decimal): -5942391 or 8999845. OLE color: 8999845.

HSL color Cylindrical-coordinate representation of color #A55389: hue angle of 320.49º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A55389 is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB16583137-
CMYK00.500.170.35
HSL320.49º33.06%48.63%-
HSV(B)320.49º49.7%64.71%-
XYZ23.1315.9925.53-
YUV113.67141.17164.61-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.86%
GREEN value IS 83 (32.81% from 255) = 21.56%
BLUE value IS 137 (53.91% from 255) = 35.58%
R=42.86%
G=21.56%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658313700.500.170.35320.4933.0648.63
HexA5538903211231402131
Octal24512321106221435004161
Binary10100101101001110001001011001010001100011101000000100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55389; }

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

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

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

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

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

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

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

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