#A55E7A

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

Shades of Strikemaster #A55E7A

Tints of Strikemaster #A55E7A

Color information

#A55E7A (or 0xA55E7A) is unknown color: approx Strikemaster. HEX triplet: A5, 5E and 7A. RGB value is (165,94,122). Sum of RGB (Red+Green+Blue) = 165+94+122=381 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.31% from 381); Green value is 94 (37.11% from 255 or 24.67% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 165 - color contains mainly: red. Hex color #A55E7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55E7A is #5AA185. Grayscale: #767676. Windows color (decimal): -5939590 or 8019621. OLE color: 8019621.

HSL color Cylindrical-coordinate representation of color #A55E7A: hue angle of 336.34º 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 #A55E7A is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB16594122-
CMYK00.430.260.35
HSL336.34º28.29%50.78%-
HSV(B)336.34º43.03%64.71%-
XYZ23.0317.4120.56-
YUV118.42130.02161.22-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.31%
GREEN value IS 94 (37.11% from 255) = 24.67%
BLUE value IS 122 (48.05% from 255) = 32.02%
R=43.31%
G=24.67%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659412200.430.260.35336.3428.2950.78
HexA55E7A02B1A231501c33
Octal24513617205332435203463
Binary101001011011110111101001010111101010001110101000011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55E7A; }

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

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

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

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

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

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

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

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