#A95689

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

Shades of Strikemaster #A95689

Tints of Strikemaster #A95689

Color information

#A95689 (or 0xA95689) is unknown color: approx Strikemaster. HEX triplet: A9, 56 and 89. RGB value is (169,86,137). Sum of RGB (Red+Green+Blue) = 169+86+137=392 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.11% from 392); Green value is 86 (33.98% from 255 or 21.94% from 392); Blue value is 137 (53.91% from 255 or 34.95% from 392); Max value from RGB is 169 - color contains mainly: red. Hex color #A95689 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95689 is #56A976. Grayscale: #747474. Windows color (decimal): -5679479 or 9000617. OLE color: 9000617.

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

Color convert

RGB16986137-
CMYK00.490.190.34
HSL323.13º32.55%50%-
HSV(B)323.13º49.11%66.27%-
XYZ24.2116.925.65-
YUV116.63139.5165.35-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.11%
GREEN value IS 86 (33.98% from 255) = 21.94%
BLUE value IS 137 (53.91% from 255) = 34.95%
R=43.11%
G=21.94%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.19
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698613700.490.190.34323.1332.5550
HexA9568903113221432132
Octal25112621106123425034162
Binary10101001101011010001001011000110011100010101000011100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95689; }

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

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

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

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

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

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

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

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