#A55F85

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

Shades of Strikemaster #A55F85

Tints of Strikemaster #A55F85

Color information

#A55F85 (or 0xA55F85) is unknown color: approx Strikemaster. HEX triplet: A5, 5F and 85. RGB value is (165,95,133). Sum of RGB (Red+Green+Blue) = 165+95+133=393 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.98% from 393); Green value is 95 (37.5% from 255 or 24.17% from 393); Blue value is 133 (52.34% from 255 or 33.84% from 393); Max value from RGB is 165 - color contains mainly: red. Hex color #A55F85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55F85 is #5AA07A. Grayscale: #787878. Windows color (decimal): -5939323 or 8740773. OLE color: 8740773.

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

Color convert

RGB16595133-
CMYK00.420.190.35
HSL327.43º28%50.98%-
HSV(B)327.43º42.42%64.71%-
XYZ23.8417.8824.38-
YUV120.26135.19159.91-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.98%
GREEN value IS 95 (37.5% from 255) = 24.17%
BLUE value IS 133 (52.34% from 255) = 33.84%
R=41.98%
G=24.17%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659513300.420.190.35327.432850.98
HexA55F8502A13231471c33
Octal24513720505223435073463
Binary1010010110111111000010101010101001110001110100011111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55F85; }

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

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

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

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

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

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

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

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