#A0548A

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

Shades of Strikemaster #A0548A

Tints of Strikemaster #A0548A

Color information

#A0548A (or 0xA0548A) is unknown color: approx Strikemaster. HEX triplet: A0, 54 and 8A. RGB value is (160,84,138). Sum of RGB (Red+Green+Blue) = 160+84+138=382 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.88% from 382); Green value is 84 (33.20% from 255 or 21.99% from 382); Blue value is 138 (54.30% from 255 or 36.13% from 382); Max value from RGB is 160 - color contains mainly: red. Hex color #A0548A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0548A is #5FAB75. Grayscale: #707070. Windows color (decimal): -6269814 or 9065632. OLE color: 9065632.

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

Color convert

RGB16084138-
CMYK00.480.140.37
HSL317.37º31.15%47.84%-
HSV(B)317.37º47.5%62.75%-
XYZ22.2515.6525.89-
YUV112.88142.18161.61-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.88%
GREEN value IS 84 (33.20% from 255) = 21.99%
BLUE value IS 138 (54.30% from 255) = 36.13%
R=41.88%
G=21.99%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608413800.480.140.37317.3731.1547.84
HexA0548A030E2513d1f30
Octal24012421206016454753760
Binary101000001010100100010100110000111010010110011110111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0548A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0548A; }

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

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

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

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

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

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

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

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