#A05582

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

Shades of Strikemaster #A05582

Tints of Strikemaster #A05582

Color information

#A05582 (or 0xA05582) is unknown color: approx Strikemaster. HEX triplet: A0, 55 and 82. RGB value is (160,85,130). Sum of RGB (Red+Green+Blue) = 160+85+130=375 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.67% from 375); Green value is 85 (33.59% from 255 or 22.67% from 375); Blue value is 130 (51.17% from 255 or 34.67% from 375); Max value from RGB is 160 - color contains mainly: red. Hex color #A05582 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05582 is #5FAA7D. Grayscale: #707070. Windows color (decimal): -6269566 or 8541600. OLE color: 8541600.

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

Color convert

RGB16085130-
CMYK00.470.190.37
HSL324º30.61%48.04%-
HSV(B)324º46.88%62.75%-
XYZ21.7715.5822.98-
YUV112.55137.85161.84-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.67%
GREEN value IS 85 (33.59% from 255) = 22.67%
BLUE value IS 130 (51.17% from 255) = 34.67%
R=42.67%
G=22.67%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.19
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608513000.470.190.3732430.6148.04
HexA0558202F13251441f30
Octal24012520205723455043760
Binary1010000010101011000001001011111001110010110100010011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05582; }

 p { color: rgb(160,85,130); }

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

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

 a { background-color: rgb(160,85,130); }

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

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

 span { border-color: rgb(160,85,130); }

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