#A55189

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

Shades of Strikemaster #A55189

Tints of Strikemaster #A55189

Color information

#A55189 (or 0xA55189) is unknown color: approx Strikemaster. HEX triplet: A5, 51 and 89. RGB value is (165,81,137). Sum of RGB (Red+Green+Blue) = 165+81+137=383 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.08% from 383); Green value is 81 (32.03% from 255 or 21.15% from 383); Blue value is 137 (53.91% from 255 or 35.77% from 383); Max value from RGB is 165 - color contains mainly: red. Hex color #A55189 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55189 is #5AAE76. Grayscale: #707070. Windows color (decimal): -5942903 or 8999333. OLE color: 8999333.

HSL color Cylindrical-coordinate representation of color #A55189: hue angle of 320º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A55189 is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB16581137-
CMYK00.510.170.35
HSL320º34.15%48.24%-
HSV(B)320º50.91%64.71%-
XYZ22.9715.6925.48-
YUV112.5141.83165.45-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.08%
GREEN value IS 81 (32.03% from 255) = 21.15%
BLUE value IS 137 (53.91% from 255) = 35.77%
R=43.08%
G=21.15%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658113700.510.170.3532034.1548.24
HexA5518903311231402230
Octal24512121106321435004260
Binary10100101101000110001001011001110001100011101000000100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55189; }

 p { color: rgb(165,81,137); }

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

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

 a { background-color: rgb(165,81,137); }

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

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

 span { border-color: rgb(165,81,137); }

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