#A55886

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

Shades of Strikemaster #A55886

Tints of Strikemaster #A55886

Color information

#A55886 (or 0xA55886) is unknown color: approx Strikemaster. HEX triplet: A5, 58 and 86. RGB value is (165,88,134). Sum of RGB (Red+Green+Blue) = 165+88+134=387 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.64% from 387); Green value is 88 (34.77% from 255 or 22.74% from 387); Blue value is 134 (52.73% from 255 or 34.63% from 387); Max value from RGB is 165 - color contains mainly: red. Hex color #A55886 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55886 is #5AA779. Grayscale: #747474. Windows color (decimal): -5941114 or 8804517. OLE color: 8804517.

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

Color convert

RGB16588134-
CMYK00.470.190.35
HSL324.16º30.43%49.61%-
HSV(B)324.16º46.67%64.71%-
XYZ23.3116.724.55-
YUV116.27138.01162.76-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.64%
GREEN value IS 88 (34.77% from 255) = 22.74%
BLUE value IS 134 (52.73% from 255) = 34.63%
R=42.64%
G=22.74%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658813400.470.190.35324.1630.4349.61
HexA5588602F13231441e32
Octal24513020605723435043662
Binary1010010110110001000011001011111001110001110100010011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55886; }

 p { color: rgb(165,88,134); }

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

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

 a { background-color: rgb(165,88,134); }

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

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

 span { border-color: rgb(165,88,134); }

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