#A95C8C

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

Shades of Strikemaster #A95C8C

Tints of Strikemaster #A95C8C

Color information

#A95C8C (or 0xA95C8C) is unknown color: approx Strikemaster. HEX triplet: A9, 5C and 8C. RGB value is (169,92,140). Sum of RGB (Red+Green+Blue) = 169+92+140=401 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.14% from 401); Green value is 92 (36.33% from 255 or 22.94% from 401); Blue value is 140 (55.08% from 255 or 34.91% from 401); Max value from RGB is 169 - color contains mainly: red. Hex color #A95C8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95C8C is #56A373. Grayscale: #787878. Windows color (decimal): -5677940 or 9198761. OLE color: 9198761.

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

Color convert

RGB16992140-
CMYK00.460.170.34
HSL322.6º30.92%51.18%-
HSV(B)322.6º45.56%66.27%-
XYZ24.9217.9826.97-
YUV120.5139.01162.6-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.14%
GREEN value IS 92 (36.33% from 255) = 22.94%
BLUE value IS 140 (55.08% from 255) = 34.91%
R=42.14%
G=22.94%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.17
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699214000.460.170.34322.630.9251.18
HexA95C8C02E11221431f33
Octal25113421405621425033763
Binary1010100110111001000110001011101000110001010100001111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95C8C; }

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

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

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

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

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

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

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

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