#A04F88

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

Shades of Strikemaster #A04F88

Tints of Strikemaster #A04F88

Color information

#A04F88 (or 0xA04F88) is unknown color: approx Strikemaster. HEX triplet: A0, 4F and 88. RGB value is (160,79,136). Sum of RGB (Red+Green+Blue) = 160+79+136=375 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.67% from 375); Green value is 79 (31.25% from 255 or 21.07% from 375); Blue value is 136 (53.52% from 255 or 36.27% from 375); Max value from RGB is 160 - color contains mainly: red. Hex color #A04F88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A04F88 is #5FB077. Grayscale: #6D6D6D. Windows color (decimal): -6271096 or 8933280. OLE color: 8933280.

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

Color convert

RGB16079136-
CMYK00.510.150.37
HSL317.78º33.89%46.86%-
HSV(B)317.78º50.63%62.75%-
XYZ21.7414.8425.01-
YUV109.72142.84163.87-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.67%
GREEN value IS 79 (31.25% from 255) = 21.07%
BLUE value IS 136 (53.52% from 255) = 36.27%
R=42.67%
G=21.07%
B=36.27%

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
Decimal1607913600.510.150.37317.7833.8946.86
HexA04F88033F2513e222f
Octal24011721006317454764257
Binary1010000010011111000100001100111111100101100111110100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04F88; }

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

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

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

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

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

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

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

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