#A45889

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

Shades of Strikemaster #A45889

Tints of Strikemaster #A45889

Color information

#A45889 (or 0xA45889) is unknown color: approx Strikemaster. HEX triplet: A4, 58 and 89. RGB value is (164,88,137). Sum of RGB (Red+Green+Blue) = 164+88+137=389 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.16% from 389); Green value is 88 (34.77% from 255 or 22.62% from 389); Blue value is 137 (53.91% from 255 or 35.22% from 389); Max value from RGB is 164 - color contains mainly: red. Hex color #A45889 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45889 is #5BA776. Grayscale: #747474. Windows color (decimal): -6006647 or 9001124. OLE color: 9001124.

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

Color convert

RGB16488137-
CMYK00.460.160.36
HSL321.32º30.16%49.41%-
HSV(B)321.32º46.34%64.31%-
XYZ23.3116.6825.66-
YUV116.31139.68162.02-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.16%
GREEN value IS 88 (34.77% from 255) = 22.62%
BLUE value IS 137 (53.91% from 255) = 35.22%
R=42.16%
G=22.62%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648813700.460.160.36321.3230.1649.41
HexA4588902E10241411e31
Octal24413021105620445013661
Binary1010010010110001000100101011101000010010010100000111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45889; }

 p { color: rgb(164,88,137); }

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

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

 a { background-color: rgb(164,88,137); }

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

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

 span { border-color: rgb(164,88,137); }

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