#A55289

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

Shades of Strikemaster #A55289

Tints of Strikemaster #A55289

Color information

#A55289 (or 0xA55289) is unknown color: approx Strikemaster. HEX triplet: A5, 52 and 89. RGB value is (165,82,137). Sum of RGB (Red+Green+Blue) = 165+82+137=384 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.97% from 384); Green value is 82 (32.42% from 255 or 21.35% from 384); Blue value is 137 (53.91% from 255 or 35.68% from 384); Max value from RGB is 165 - color contains mainly: red. Hex color #A55289 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55289 is #5AAD76. Grayscale: #707070. Windows color (decimal): -5942647 or 8999589. OLE color: 8999589.

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

Color convert

RGB16582137-
CMYK00.500.170.35
HSL320.24º33.6%48.43%-
HSV(B)320.24º50.3%64.71%-
XYZ23.0515.8425.51-
YUV113.09141.5165.03-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.97%
GREEN value IS 82 (32.42% from 255) = 21.35%
BLUE value IS 137 (53.91% from 255) = 35.68%
R=42.97%
G=21.35%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658213700.500.170.35320.2433.648.43
HexA5528903211231402230
Octal24512221106221435004260
Binary10100101101001010001001011001010001100011101000000100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55289; }

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

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

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

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

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

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

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

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