#A05A8A

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

Shades of Strikemaster #A05A8A

Tints of Strikemaster #A05A8A

Color information

#A05A8A (or 0xA05A8A) is unknown color: approx Strikemaster. HEX triplet: A0, 5A and 8A. RGB value is (160,90,138). Sum of RGB (Red+Green+Blue) = 160+90+138=388 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.24% from 388); Green value is 90 (35.55% from 255 or 23.20% from 388); Blue value is 138 (54.30% from 255 or 35.57% from 388); Max value from RGB is 160 - color contains mainly: red. Hex color #A05A8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05A8A is #5FA575. Grayscale: #747474. Windows color (decimal): -6268278 or 9067168. OLE color: 9067168.

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

Color convert

RGB16090138-
CMYK00.440.140.37
HSL318.86º28%49.02%-
HSV(B)318.86º43.75%62.75%-
XYZ22.7416.6226.05-
YUV116.4140.19159.1-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.24%
GREEN value IS 90 (35.55% from 255) = 23.20%
BLUE value IS 138 (54.30% from 255) = 35.57%
R=41.24%
G=23.20%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1609013800.440.140.37318.862849.02
HexA05A8A02CE2513f1c31
Octal24013221205416454773461
Binary101000001011010100010100101100111010010110011111111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05A8A; }

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

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

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

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

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

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

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

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