#A0547C

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

Shades of Strikemaster #A0547C

Tints of Strikemaster #A0547C

Color information

#A0547C (or 0xA0547C) is unknown color: approx Strikemaster. HEX triplet: A0, 54 and 7C. RGB value is (160,84,124). Sum of RGB (Red+Green+Blue) = 160+84+124=368 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.48% from 368); Green value is 84 (33.20% from 255 or 22.83% from 368); Blue value is 124 (48.83% from 255 or 33.70% from 368); Max value from RGB is 160 - color contains mainly: red. Hex color #A0547C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0547C is #5FAB83. Grayscale: #6F6F6F. Windows color (decimal): -6269828 or 8148128. OLE color: 8148128.

HSL color Cylindrical-coordinate representation of color #A0547C: hue angle of 328.42º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A0547C is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB16084124-
CMYK00.480.220.37
HSL328.42º31.15%47.84%-
HSV(B)328.42º47.5%62.75%-
XYZ21.3115.2720.89-
YUV111.28135.18162.75-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.48%
GREEN value IS 84 (33.20% from 255) = 22.83%
BLUE value IS 124 (48.83% from 255) = 33.70%
R=43.48%
G=22.83%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608412400.480.220.37328.4231.1547.84
HexA0547C03016251481f30
Octal24012417406026455103760
Binary101000001010100111110001100001011010010110100100011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0547C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0547C; }

 p { color: rgb(160,84,124); }

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

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

 a { background-color: rgb(160,84,124); }

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

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

 span { border-color: rgb(160,84,124); }

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