#A96191

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

Shades of Strikemaster #A96191

Tints of Strikemaster #A96191

Color information

#A96191 (or 0xA96191) is unknown color: approx Strikemaster. HEX triplet: A9, 61 and 91. RGB value is (169,97,145). Sum of RGB (Red+Green+Blue) = 169+97+145=411 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.12% from 411); Green value is 97 (38.28% from 255 or 23.60% from 411); Blue value is 145 (57.03% from 255 or 35.28% from 411); Max value from RGB is 169 - color contains mainly: red. Hex color #A96191 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96191 is #569E6E. Grayscale: #7B7B7B. Windows color (decimal): -5676655 or 9527721. OLE color: 9527721.

HSL color Cylindrical-coordinate representation of color #A96191: hue angle of 320º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A96191 is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.34.

Color convert

RGB16997145-
CMYK00.430.140.34
HSL320º29.51%52.16%-
HSV(B)320º42.6%66.27%-
XYZ25.7519.0329.1-
YUV124139.85160.1-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.12%
GREEN value IS 97 (38.28% from 255) = 23.60%
BLUE value IS 145 (57.03% from 255) = 35.28%
R=41.12%
G=23.60%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.14
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699714500.430.140.3432029.5152.16
HexA9619102BE221401e34
Octal25114122105316425003664
Binary101010011100001100100010101011111010001010100000011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96191; }

 p { color: rgb(169,97,145); }

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

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

 a { background-color: rgb(169,97,145); }

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

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

 span { border-color: rgb(169,97,145); }

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