#A04B88

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

Shades of Strikemaster #A04B88

Tints of Strikemaster #A04B88

Color information

#A04B88 (or 0xA04B88) is unknown color: approx Strikemaster. HEX triplet: A0, 4B and 88. RGB value is (160,75,136). Sum of RGB (Red+Green+Blue) = 160+75+136=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 75 (29.69% from 255 or 20.22% from 371); Blue value is 136 (53.52% from 255 or 36.66% from 371); Max value from RGB is 160 - color contains mainly: red. Hex color #A04B88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04B88 is #5FB477. Grayscale: #6B6B6B. Windows color (decimal): -6272120 or 8932256. OLE color: 8932256.

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

Color convert

RGB16075136-
CMYK00.530.150.37
HSL316.94º36.17%46.08%-
HSV(B)316.94º53.12%62.75%-
XYZ21.4614.2824.92-
YUV107.37144.16165.54-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.13%
GREEN value IS 75 (29.69% from 255) = 20.22%
BLUE value IS 136 (53.52% from 255) = 36.66%
R=43.13%
G=20.22%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.15
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1607513600.530.150.37316.9436.1746.08
HexA04B88035F2513d242e
Octal24011321006517454754456
Binary1010000010010111000100001101011111100101100111101100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04B88; }

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

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

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

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

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

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

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

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