#A55F8D

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

Shades of Strikemaster #A55F8D

Tints of Strikemaster #A55F8D

Color information

#A55F8D (or 0xA55F8D) is unknown color: approx Strikemaster. HEX triplet: A5, 5F and 8D. RGB value is (165,95,141). Sum of RGB (Red+Green+Blue) = 165+95+141=401 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.15% from 401); Green value is 95 (37.5% from 255 or 23.69% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 165 - color contains mainly: red. Hex color #A55F8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55F8D is #5AA072. Grayscale: #797979. Windows color (decimal): -5939315 or 9265061. OLE color: 9265061.

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

Color convert

RGB16595141-
CMYK00.420.150.35
HSL320.57º28%50.98%-
HSV(B)320.57º42.42%64.71%-
XYZ24.4218.1127.41-
YUV121.17139.19159.26-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.15%
GREEN value IS 95 (37.5% from 255) = 23.69%
BLUE value IS 141 (55.47% from 255) = 35.16%
R=41.15%
G=23.69%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659514100.420.150.35320.572850.98
HexA55F8D02AF231411c33
Octal24513721505217435013463
Binary101001011011111100011010101010111110001110100000111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55F8D; }

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

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

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

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

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

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

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

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