#A04E88

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

Shades of Strikemaster #A04E88

Tints of Strikemaster #A04E88

Color information

#A04E88 (or 0xA04E88) is unknown color: approx Strikemaster. HEX triplet: A0, 4E and 88. RGB value is (160,78,136). Sum of RGB (Red+Green+Blue) = 160+78+136=374 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.78% from 374); Green value is 78 (30.86% from 255 or 20.86% from 374); Blue value is 136 (53.52% from 255 or 36.36% from 374); Max value from RGB is 160 - color contains mainly: red. Hex color #A04E88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A04E88 is #5FB177. Grayscale: #6C6C6C. Windows color (decimal): -6271352 or 8933024. OLE color: 8933024.

HSL color Cylindrical-coordinate representation of color #A04E88: hue angle of 317.56º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A04E88 is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.37.

Color convert

RGB16078136-
CMYK00.510.150.37
HSL317.56º34.45%46.67%-
HSV(B)317.56º51.25%62.75%-
XYZ21.6714.724.99-
YUV109.13143.17164.28-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.78%
GREEN value IS 78 (30.86% from 255) = 20.86%
BLUE value IS 136 (53.52% from 255) = 36.36%
R=42.78%
G=20.86%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.15
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1607813600.510.150.37317.5634.4546.67
HexA04E88033F2513e222f
Octal24011621006317454764257
Binary1010000010011101000100001100111111100101100111110100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04E88; }

 p { color: rgb(160,78,136); }

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

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

 a { background-color: rgb(160,78,136); }

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

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

 span { border-color: rgb(160,78,136); }

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