#A0547B

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

Shades of Strikemaster #A0547B

Tints of Strikemaster #A0547B

Color information

#A0547B (or 0xA0547B) is unknown color: approx Strikemaster. HEX triplet: A0, 54 and 7B. RGB value is (160,84,123). Sum of RGB (Red+Green+Blue) = 160+84+123=367 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.60% from 367); Green value is 84 (33.20% from 255 or 22.89% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 160 - color contains mainly: red. Hex color #A0547B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0547B is #5FAB84. Grayscale: #6F6F6F. Windows color (decimal): -6269829 or 8082592. OLE color: 8082592.

HSL color Cylindrical-coordinate representation of color #A0547B: hue angle of 329.21º 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 #A0547B is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.37.

Color convert

RGB16084123-
CMYK00.480.230.37
HSL329.21º31.15%47.84%-
HSV(B)329.21º47.5%62.75%-
XYZ21.2415.2420.56-
YUV111.17134.68162.83-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.60%
GREEN value IS 84 (33.20% from 255) = 22.89%
BLUE value IS 123 (48.44% from 255) = 33.51%
R=43.60%
G=22.89%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.23
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608412300.480.230.37329.2131.1547.84
HexA0547B03017251491f30
Octal24012417306027455113760
Binary101000001010100111101101100001011110010110100100111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0547B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0547B; }

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

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

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

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

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

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

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

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