#A95D8C

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

Shades of Strikemaster #A95D8C

Tints of Strikemaster #A95D8C

Color information

#A95D8C (or 0xA95D8C) is unknown color: approx Strikemaster. HEX triplet: A9, 5D and 8C. RGB value is (169,93,140). Sum of RGB (Red+Green+Blue) = 169+93+140=402 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.04% from 402); Green value is 93 (36.72% from 255 or 23.13% from 402); Blue value is 140 (55.08% from 255 or 34.83% from 402); Max value from RGB is 169 - color contains mainly: red. Hex color #A95D8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95D8C is #56A273. Grayscale: #787878. Windows color (decimal): -5677684 or 9199017. OLE color: 9199017.

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

Color convert

RGB16993140-
CMYK00.450.170.34
HSL322.89º30.65%51.37%-
HSV(B)322.89º44.97%66.27%-
XYZ25.0118.1627-
YUV121.08138.68162.18-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.04%
GREEN value IS 93 (36.72% from 255) = 23.13%
BLUE value IS 140 (55.08% from 255) = 34.83%
R=42.04%
G=23.13%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.17
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699314000.450.170.34322.8930.6551.37
HexA95D8C02D11221431f33
Octal25113521405521425033763
Binary1010100110111011000110001011011000110001010100001111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95D8C; }

 p { color: rgb(169,93,140); }

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

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

 a { background-color: rgb(169,93,140); }

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

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

 span { border-color: rgb(169,93,140); }

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