#A55C87

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

Shades of Strikemaster #A55C87

Tints of Strikemaster #A55C87

Color information

#A55C87 (or 0xA55C87) is unknown color: approx Strikemaster. HEX triplet: A5, 5C and 87. RGB value is (165,92,135). Sum of RGB (Red+Green+Blue) = 165+92+135=392 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.09% from 392); Green value is 92 (36.33% from 255 or 23.47% from 392); Blue value is 135 (53.12% from 255 or 34.44% from 392); Max value from RGB is 165 - color contains mainly: red. Hex color #A55C87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55C87 is #5AA378. Grayscale: #767676. Windows color (decimal): -5940089 or 8871077. OLE color: 8871077.

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

Color convert

RGB16592135-
CMYK00.440.180.35
HSL324.66º28.85%50.39%-
HSV(B)324.66º44.24%64.71%-
XYZ23.7217.425.03-
YUV118.73137.18161-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.09%
GREEN value IS 92 (36.33% from 255) = 23.47%
BLUE value IS 135 (53.12% from 255) = 34.44%
R=42.09%
G=23.47%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659213500.440.180.35324.6628.8550.39
HexA55C8702C12231451d32
Octal24513420705422435053562
Binary1010010110111001000011101011001001010001110100010111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55C87; }

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

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

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

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

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

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

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

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