#A55F87

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

Shades of Strikemaster #A55F87

Tints of Strikemaster #A55F87

Color information

#A55F87 (or 0xA55F87) is unknown color: approx Strikemaster. HEX triplet: A5, 5F and 87. RGB value is (165,95,135). Sum of RGB (Red+Green+Blue) = 165+95+135=395 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.77% from 395); Green value is 95 (37.5% from 255 or 24.05% from 395); Blue value is 135 (53.12% from 255 or 34.18% from 395); Max value from RGB is 165 - color contains mainly: red. Hex color #A55F87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55F87 is #5AA078. Grayscale: #787878. Windows color (decimal): -5939321 or 8871845. OLE color: 8871845.

HSL color Cylindrical-coordinate representation of color #A55F87: hue angle of 325.71º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A55F87 is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.35.

Color convert

RGB16595135-
CMYK00.420.180.35
HSL325.71º28%50.98%-
HSV(B)325.71º42.42%64.71%-
XYZ23.9817.9325.12-
YUV120.49136.19159.75-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.77%
GREEN value IS 95 (37.5% from 255) = 24.05%
BLUE value IS 135 (53.12% from 255) = 34.18%
R=41.77%
G=24.05%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659513500.420.180.35325.712850.98
HexA55F8702A12231461c33
Octal24513720705222435063463
Binary1010010110111111000011101010101001010001110100011011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55F87; }

 p { color: rgb(165,95,135); }

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

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

 a { background-color: rgb(165,95,135); }

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

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

 span { border-color: rgb(165,95,135); }

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