#A95D8E

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

Shades of Strikemaster #A95D8E

Tints of Strikemaster #A95D8E

Color information

#A95D8E (or 0xA95D8E) is unknown color: approx Strikemaster. HEX triplet: A9, 5D and 8E. RGB value is (169,93,142). Sum of RGB (Red+Green+Blue) = 169+93+142=404 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.83% from 404); Green value is 93 (36.72% from 255 or 23.02% from 404); Blue value is 142 (55.86% from 255 or 35.15% from 404); Max value from RGB is 169 - color contains mainly: red. Hex color #A95D8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95D8E is #56A271. Grayscale: #797979. Windows color (decimal): -5677682 or 9330089. OLE color: 9330089.

HSL color Cylindrical-coordinate representation of color #A95D8E: hue angle of 321.32º 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 #A95D8E is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.34.

Color convert

RGB16993142-
CMYK00.450.160.34
HSL321.32º30.65%51.37%-
HSV(B)321.32º44.97%66.27%-
XYZ25.1618.2227.78-
YUV121.31139.68162.02-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.83%
GREEN value IS 93 (36.72% from 255) = 23.02%
BLUE value IS 142 (55.86% from 255) = 35.15%
R=41.83%
G=23.02%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.16
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699314200.450.160.34321.3230.6551.37
HexA95D8E02D10221411f33
Octal25113521605520425013763
Binary1010100110111011000111001011011000010001010100000111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95D8E; }

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

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

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

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

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

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

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

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