#A95686

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

Shades of Strikemaster #A95686

Tints of Strikemaster #A95686

Color information

#A95686 (or 0xA95686) is unknown color: approx Strikemaster. HEX triplet: A9, 56 and 86. RGB value is (169,86,134). Sum of RGB (Red+Green+Blue) = 169+86+134=389 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.44% from 389); Green value is 86 (33.98% from 255 or 22.11% from 389); Blue value is 134 (52.73% from 255 or 34.45% from 389); Max value from RGB is 169 - color contains mainly: red. Hex color #A95686 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95686 is #56A979. Grayscale: #747474. Windows color (decimal): -5679482 or 8804009. OLE color: 8804009.

HSL color Cylindrical-coordinate representation of color #A95686: hue angle of 325.3º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A95686 is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.34.

Color convert

RGB16986134-
CMYK00.490.210.34
HSL325.3º32.55%50%-
HSV(B)325.3º49.11%66.27%-
XYZ23.9916.8124.53-
YUV116.29138165.6-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.44%
GREEN value IS 86 (33.98% from 255) = 22.11%
BLUE value IS 134 (52.73% from 255) = 34.45%
R=43.44%
G=22.11%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.21
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698613400.490.210.34325.332.5550
HexA9568603115221452132
Octal25112620606125425054162
Binary10101001101011010000110011000110101100010101000101100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95686; }

 p { color: rgb(169,86,134); }

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

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

 a { background-color: rgb(169,86,134); }

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

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

 span { border-color: rgb(169,86,134); }

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