#A05D80

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

Shades of Strikemaster #A05D80

Tints of Strikemaster #A05D80

Color information

#A05D80 (or 0xA05D80) is unknown color: approx Strikemaster. HEX triplet: A0, 5D and 80. RGB value is (160,93,128). Sum of RGB (Red+Green+Blue) = 160+93+128=381 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.99% from 381); Green value is 93 (36.72% from 255 or 24.41% from 381); Blue value is 128 (50.39% from 255 or 33.60% from 381); Max value from RGB is 160 - color contains mainly: red. Hex color #A05D80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05D80 is #5FA27F. Grayscale: #747474. Windows color (decimal): -6267520 or 8412576. OLE color: 8412576.

HSL color Cylindrical-coordinate representation of color #A05D80: hue angle of 328.66º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A05D80 is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.37.

Color convert

RGB16093128-
CMYK00.420.200.37
HSL328.66º26.48%49.61%-
HSV(B)328.66º41.87%62.75%-
XYZ22.3116.8622.5-
YUV117.02134.2158.65-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.99%
GREEN value IS 93 (36.72% from 255) = 24.41%
BLUE value IS 128 (50.39% from 255) = 33.60%
R=41.99%
G=24.41%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.20
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1609312800.420.200.37328.6626.4849.61
HexA05D8002A14251491a32
Octal24013520005224455113262
Binary1010000010111011000000001010101010010010110100100111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05D80; }

 p { color: rgb(160,93,128); }

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

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

 a { background-color: rgb(160,93,128); }

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

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

 span { border-color: rgb(160,93,128); }

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