#A95785

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

Shades of Strikemaster #A95785

Tints of Strikemaster #A95785

Color information

#A95785 (or 0xA95785) is unknown color: approx Strikemaster. HEX triplet: A9, 57 and 85. RGB value is (169,87,133). Sum of RGB (Red+Green+Blue) = 169+87+133=389 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.44% from 389); Green value is 87 (34.38% from 255 or 22.37% from 389); Blue value is 133 (52.34% from 255 or 34.19% from 389); Max value from RGB is 169 - color contains mainly: red. Hex color #A95785 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95785 is #56A87A. Grayscale: #747474. Windows color (decimal): -5679227 or 8738729. OLE color: 8738729.

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

Color convert

RGB16987133-
CMYK00.490.210.34
HSL326.34º32.28%50.2%-
HSV(B)326.34º48.52%66.27%-
XYZ2416.9424.2-
YUV116.76137.17165.26-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.44%
GREEN value IS 87 (34.38% from 255) = 22.37%
BLUE value IS 133 (52.34% from 255) = 34.19%
R=43.44%
G=22.37%
B=34.19%

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
Decimal1698713300.490.210.34326.3432.2850.2
HexA9578503115221462032
Octal25112720506125425064062
Binary10101001101011110000101011000110101100010101000110100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95785; }

 p { color: rgb(169,87,133); }

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

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

 a { background-color: rgb(169,87,133); }

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

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

 span { border-color: rgb(169,87,133); }

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