#A95988

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

Shades of Strikemaster #A95988

Tints of Strikemaster #A95988

Color information

#A95988 (or 0xA95988) is unknown color: approx Strikemaster. HEX triplet: A9, 59 and 88. RGB value is (169,89,136). Sum of RGB (Red+Green+Blue) = 169+89+136=394 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.89% from 394); Green value is 89 (35.16% from 255 or 22.59% from 394); Blue value is 136 (53.52% from 255 or 34.52% from 394); Max value from RGB is 169 - color contains mainly: red. Hex color #A95988 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95988 is #56A677. Grayscale: #767676. Windows color (decimal): -5678712 or 8935849. OLE color: 8935849.

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

Color convert

RGB16989136-
CMYK00.470.200.34
HSL324.75º31.75%50.59%-
HSV(B)324.75º47.34%66.27%-
XYZ24.3817.3625.36-
YUV118.28138164.18-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.89%
GREEN value IS 89 (35.16% from 255) = 22.59%
BLUE value IS 136 (53.52% from 255) = 34.52%
R=42.89%
G=22.59%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.20
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698913600.470.200.34324.7531.7550.59
HexA9598802F14221452033
Octal25113121005724425054063
Binary10101001101100110001000010111110100100010101000101100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95988; }

 p { color: rgb(169,89,136); }

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

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

 a { background-color: rgb(169,89,136); }

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

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

 span { border-color: rgb(169,89,136); }

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