#A55E7B

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

Shades of Strikemaster #A55E7B

Tints of Strikemaster #A55E7B

Color information

#A55E7B (or 0xA55E7B) is unknown color: approx Strikemaster. HEX triplet: A5, 5E and 7B. RGB value is (165,94,123). Sum of RGB (Red+Green+Blue) = 165+94+123=382 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.19% from 382); Green value is 94 (37.11% from 255 or 24.61% from 382); Blue value is 123 (48.44% from 255 or 32.20% from 382); Max value from RGB is 165 - color contains mainly: red. Hex color #A55E7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55E7B is #5AA184. Grayscale: #767676. Windows color (decimal): -5939589 or 8085157. OLE color: 8085157.

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

Color convert

RGB16594123-
CMYK00.430.250.35
HSL335.49º28.29%50.78%-
HSV(B)335.49º43.03%64.71%-
XYZ23.0917.4320.89-
YUV118.54130.52161.14-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.19%
GREEN value IS 94 (37.11% from 255) = 24.61%
BLUE value IS 123 (48.44% from 255) = 32.20%
R=43.19%
G=24.61%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659412300.430.250.35335.4928.2950.78
HexA55E7B02B192314f1c33
Octal24513617305331435173463
Binary101001011011110111101101010111100110001110100111111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55E7B; }

 p { color: rgb(165,94,123); }

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

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

 a { background-color: rgb(165,94,123); }

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

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

 span { border-color: rgb(165,94,123); }

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