#A55F8F

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

Shades of Strikemaster #A55F8F

Tints of Strikemaster #A55F8F

Color information

#A55F8F (or 0xA55F8F) is unknown color: approx Strikemaster. HEX triplet: A5, 5F and 8F. RGB value is (165,95,143). Sum of RGB (Red+Green+Blue) = 165+95+143=403 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.94% from 403); Green value is 95 (37.5% from 255 or 23.57% from 403); Blue value is 143 (56.25% from 255 or 35.48% from 403); Max value from RGB is 165 - color contains mainly: red. Hex color #A55F8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55F8F is #5AA070. Grayscale: #797979. Windows color (decimal): -5939313 or 9396133. OLE color: 9396133.

HSL color Cylindrical-coordinate representation of color #A55F8F: hue angle of 318.86º 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 #A55F8F is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB16595143-
CMYK00.420.130.35
HSL318.86º28%50.98%-
HSV(B)318.86º42.42%64.71%-
XYZ24.5718.1728.2-
YUV121.4140.19159.1-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.94%
GREEN value IS 95 (37.5% from 255) = 23.57%
BLUE value IS 143 (56.25% from 255) = 35.48%
R=40.94%
G=23.57%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659514300.420.130.35318.862850.98
HexA55F8F02AD2313f1c33
Octal24513721705215434773463
Binary101001011011111100011110101010110110001110011111111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55F8F; }

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

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

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

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

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

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

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

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