#A2577B

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

Shades of Strikemaster #A2577B

Tints of Strikemaster #A2577B

Color information

#A2577B (or 0xA2577B) is unknown color: approx Strikemaster. HEX triplet: A2, 57 and 7B. RGB value is (162,87,123). Sum of RGB (Red+Green+Blue) = 162+87+123=372 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.55% from 372); Green value is 87 (34.38% from 255 or 23.39% from 372); Blue value is 123 (48.44% from 255 or 33.06% from 372); Max value from RGB is 162 - color contains mainly: red. Hex color #A2577B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2577B is #5DA884. Grayscale: #717171. Windows color (decimal): -6137989 or 8083362. OLE color: 8083362.

HSL color Cylindrical-coordinate representation of color #A2577B: hue angle of 331.2º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A2577B is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB16287123-
CMYK00.460.240.36
HSL331.2º30.12%48.82%-
HSV(B)331.2º46.3%63.53%-
XYZ21.8815.9320.66-
YUV113.53133.35162.57-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.55%
GREEN value IS 87 (34.38% from 255) = 23.39%
BLUE value IS 123 (48.44% from 255) = 33.06%
R=43.55%
G=23.39%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628712300.460.240.36331.230.1248.82
HexA2577B02E182414b1e31
Octal24212717305630445133661
Binary101000101010111111101101011101100010010010100101111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2577B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2577B; }

 p { color: rgb(162,87,123); }

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

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

 a { background-color: rgb(162,87,123); }

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

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

 span { border-color: rgb(162,87,123); }

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