#A0517E

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

Shades of Strikemaster #A0517E

Tints of Strikemaster #A0517E

Color information

#A0517E (or 0xA0517E) is unknown color: approx Strikemaster. HEX triplet: A0, 51 and 7E. RGB value is (160,81,126). Sum of RGB (Red+Green+Blue) = 160+81+126=367 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.60% from 367); Green value is 81 (32.03% from 255 or 22.07% from 367); Blue value is 126 (49.61% from 255 or 34.33% from 367); Max value from RGB is 160 - color contains mainly: red. Hex color #A0517E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0517E is #5FAE81. Grayscale: #6D6D6D. Windows color (decimal): -6270594 or 8278432. OLE color: 8278432.

HSL color Cylindrical-coordinate representation of color #A0517E: hue angle of 325.82º degrees, saturation: 0.33, 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 #A0517E is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.37.

Color convert

RGB16081126-
CMYK00.490.210.37
HSL325.82º32.78%47.25%-
HSV(B)325.82º49.38%62.75%-
XYZ21.2114.8621.49-
YUV109.75137.17163.84-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.60%
GREEN value IS 81 (32.03% from 255) = 22.07%
BLUE value IS 126 (49.61% from 255) = 34.33%
R=43.60%
G=22.07%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608112600.490.210.37325.8232.7847.25
HexA0517E0311525146212f
Octal24012117606125455064157
Binary1010000010100011111110011000110101100101101000110100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0517E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0517E; }

 p { color: rgb(160,81,126); }

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

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

 a { background-color: rgb(160,81,126); }

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

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

 span { border-color: rgb(160,81,126); }

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