#A45588

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

Shades of Strikemaster #A45588

Tints of Strikemaster #A45588

Color information

#A45588 (or 0xA45588) is unknown color: approx Strikemaster. HEX triplet: A4, 55 and 88. RGB value is (164,85,136). Sum of RGB (Red+Green+Blue) = 164+85+136=385 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.60% from 385); Green value is 85 (33.59% from 255 or 22.08% from 385); Blue value is 136 (53.52% from 255 or 35.32% from 385); Max value from RGB is 164 - color contains mainly: red. Hex color #A45588 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45588 is #5BAA77. Grayscale: #727272. Windows color (decimal): -6007416 or 8934820. OLE color: 8934820.

HSL color Cylindrical-coordinate representation of color #A45588: hue angle of 321.27º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A45588 is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB16485136-
CMYK00.480.170.36
HSL321.27º31.73%48.82%-
HSV(B)321.27º48.17%64.31%-
XYZ2316.1725.2-
YUV114.44140.17163.35-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.60%
GREEN value IS 85 (33.59% from 255) = 22.08%
BLUE value IS 136 (53.52% from 255) = 35.32%
R=42.60%
G=22.08%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648513600.480.170.36321.2731.7348.82
HexA4558803011241412031
Octal24412521006021445014061
Binary10100100101010110001000011000010001100100101000001100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45588; }

 p { color: rgb(164,85,136); }

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

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

 a { background-color: rgb(164,85,136); }

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

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

 span { border-color: rgb(164,85,136); }

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