#A55789

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

Shades of Strikemaster #A55789

Tints of Strikemaster #A55789

Color information

#A55789 (or 0xA55789) is unknown color: approx Strikemaster. HEX triplet: A5, 57 and 89. RGB value is (165,87,137). Sum of RGB (Red+Green+Blue) = 165+87+137=389 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.42% from 389); Green value is 87 (34.38% from 255 or 22.37% from 389); Blue value is 137 (53.91% from 255 or 35.22% from 389); Max value from RGB is 165 - color contains mainly: red. Hex color #A55789 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55789 is #5AA876. Grayscale: #737373. Windows color (decimal): -5941367 or 9000869. OLE color: 9000869.

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

Color convert

RGB16587137-
CMYK00.470.170.35
HSL321.54º30.95%49.41%-
HSV(B)321.54º47.27%64.71%-
XYZ23.4416.6225.64-
YUV116.02139.84162.93-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.42%
GREEN value IS 87 (34.38% from 255) = 22.37%
BLUE value IS 137 (53.91% from 255) = 35.22%
R=42.42%
G=22.37%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658713700.470.170.35321.5430.9549.41
HexA5578902F11231421f31
Octal24512721105721435023761
Binary1010010110101111000100101011111000110001110100001011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55789; }

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

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

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

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

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

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

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

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