#A95C90

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

Shades of Strikemaster #A95C90

Tints of Strikemaster #A95C90

Color information

#A95C90 (or 0xA95C90) is unknown color: approx Strikemaster. HEX triplet: A9, 5C and 90. RGB value is (169,92,144). Sum of RGB (Red+Green+Blue) = 169+92+144=405 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.73% from 405); Green value is 92 (36.33% from 255 or 22.72% from 405); Blue value is 144 (56.64% from 255 or 35.56% from 405); Max value from RGB is 169 - color contains mainly: red. Hex color #A95C90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95C90 is #56A36F. Grayscale: #787878. Windows color (decimal): -5677936 or 9460905. OLE color: 9460905.

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

Color convert

RGB16992144-
CMYK00.460.150.34
HSL319.48º30.92%51.18%-
HSV(B)319.48º45.56%66.27%-
XYZ25.2218.128.55-
YUV120.95141.01162.27-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.73%
GREEN value IS 92 (36.33% from 255) = 22.72%
BLUE value IS 144 (56.64% from 255) = 35.56%
R=41.73%
G=22.72%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699214400.460.150.34319.4830.9251.18
HexA95C9002EF2213f1f33
Octal25113422005617424773763
Binary101010011011100100100000101110111110001010011111111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95C90; }

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

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

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

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

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

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

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

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