#A55B81

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

Shades of Strikemaster #A55B81

Tints of Strikemaster #A55B81

Color information

#A55B81 (or 0xA55B81) is unknown color: approx Strikemaster. HEX triplet: A5, 5B and 81. RGB value is (165,91,129). Sum of RGB (Red+Green+Blue) = 165+91+129=385 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.86% from 385); Green value is 91 (35.94% from 255 or 23.64% from 385); Blue value is 129 (50.78% from 255 or 33.51% from 385); Max value from RGB is 165 - color contains mainly: red. Hex color #A55B81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55B81 is #5AA47E. Grayscale: #757575. Windows color (decimal): -5940351 or 8477605. OLE color: 8477605.

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

Color convert

RGB16591129-
CMYK00.450.220.35
HSL329.19º29.13%50.2%-
HSV(B)329.19º44.85%64.71%-
XYZ23.2217.0722.84-
YUV117.46134.52161.91-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.86%
GREEN value IS 91 (35.94% from 255) = 23.64%
BLUE value IS 129 (50.78% from 255) = 33.51%
R=42.86%
G=23.64%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659112900.450.220.35329.1929.1350.2
HexA55B8102D16231491d32
Octal24513320105526435113562
Binary1010010110110111000000101011011011010001110100100111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55B81; }

 p { color: rgb(165,91,129); }

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

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

 a { background-color: rgb(165,91,129); }

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

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

 span { border-color: rgb(165,91,129); }

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