#A05E8B

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

Shades of Strikemaster #A05E8B

Tints of Strikemaster #A05E8B

Color information

#A05E8B (or 0xA05E8B) is unknown color: approx Strikemaster. HEX triplet: A0, 5E and 8B. RGB value is (160,94,139). Sum of RGB (Red+Green+Blue) = 160+94+139=393 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.71% from 393); Green value is 94 (37.11% from 255 or 23.92% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 160 - color contains mainly: red. Hex color #A05E8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05E8B is #5FA174. Grayscale: #767676. Windows color (decimal): -6267253 or 9133728. OLE color: 9133728.

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

Color convert

RGB16094139-
CMYK00.410.130.37
HSL319.09º25.98%49.8%-
HSV(B)319.09º41.25%62.75%-
XYZ23.1617.3426.55-
YUV118.86139.37157.34-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.71%
GREEN value IS 94 (37.11% from 255) = 23.92%
BLUE value IS 139 (54.69% from 255) = 35.37%
R=40.71%
G=23.92%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.13
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1609413900.410.130.37319.0925.9849.8
HexA05E8B029D2513f1a32
Octal24013621305115454773262
Binary101000001011110100010110101001110110010110011111111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05E8B; }

 p { color: rgb(160,94,139); }

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

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

 a { background-color: rgb(160,94,139); }

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

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

 span { border-color: rgb(160,94,139); }

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