#A0528A

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

Shades of Strikemaster #A0528A

Tints of Strikemaster #A0528A

Color information

#A0528A (or 0xA0528A) is unknown color: approx Strikemaster. HEX triplet: A0, 52 and 8A. RGB value is (160,82,138). Sum of RGB (Red+Green+Blue) = 160+82+138=380 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.11% from 380); Green value is 82 (32.42% from 255 or 21.58% from 380); Blue value is 138 (54.30% from 255 or 36.32% from 380); Max value from RGB is 160 - color contains mainly: red. Hex color #A0528A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0528A is #5FAD75. Grayscale: #6F6F6F. Windows color (decimal): -6270326 or 9065120. OLE color: 9065120.

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

Color convert

RGB16082138-
CMYK00.490.140.37
HSL316.92º32.23%47.45%-
HSV(B)316.92º48.75%62.75%-
XYZ22.115.3425.84-
YUV111.71142.84162.45-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.11%
GREEN value IS 82 (32.42% from 255) = 21.58%
BLUE value IS 138 (54.30% from 255) = 36.32%
R=42.11%
G=21.58%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608213800.490.140.37316.9232.2347.45
HexA0528A031E2513d202f
Octal24012221206116454754057
Binary1010000010100101000101001100011110100101100111101100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0528A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0528A; }

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

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

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

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

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

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

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

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