#A95889

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

Shades of Strikemaster #A95889

Tints of Strikemaster #A95889

Color information

#A95889 (or 0xA95889) is unknown color: approx Strikemaster. HEX triplet: A9, 58 and 89. RGB value is (169,88,137). Sum of RGB (Red+Green+Blue) = 169+88+137=394 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.89% from 394); Green value is 88 (34.77% from 255 or 22.34% from 394); Blue value is 137 (53.91% from 255 or 34.77% from 394); Max value from RGB is 169 - color contains mainly: red. Hex color #A95889 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95889 is #56A776. Grayscale: #757575. Windows color (decimal): -5678967 or 9001129. OLE color: 9001129.

HSL color Cylindrical-coordinate representation of color #A95889: hue angle of 323.7º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A95889 is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.34.

Color convert

RGB16988137-
CMYK00.480.190.34
HSL323.7º32.02%50.39%-
HSV(B)323.7º47.93%66.27%-
XYZ24.3717.2225.71-
YUV117.8138.84164.52-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.89%
GREEN value IS 88 (34.77% from 255) = 22.34%
BLUE value IS 137 (53.91% from 255) = 34.77%
R=42.89%
G=22.34%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.19
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698813700.480.190.34323.732.0250.39
HexA9588903013221442032
Octal25113021106023425044062
Binary10101001101100010001001011000010011100010101000100100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95889; }

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

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

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

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

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

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

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

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