#A95787

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

Shades of Strikemaster #A95787

Tints of Strikemaster #A95787

Color information

#A95787 (or 0xA95787) is unknown color: approx Strikemaster. HEX triplet: A9, 57 and 87. RGB value is (169,87,135). Sum of RGB (Red+Green+Blue) = 169+87+135=391 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.22% from 391); Green value is 87 (34.38% from 255 or 22.25% from 391); Blue value is 135 (53.12% from 255 or 34.53% from 391); Max value from RGB is 169 - color contains mainly: red. Hex color #A95787 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95787 is #56A878. Grayscale: #747474. Windows color (decimal): -5679225 or 8869801. OLE color: 8869801.

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

Color convert

RGB16987135-
CMYK00.490.200.34
HSL324.88º32.28%50.2%-
HSV(B)324.88º48.52%66.27%-
XYZ24.141724.93-
YUV116.99138.17165.1-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.22%
GREEN value IS 87 (34.38% from 255) = 22.25%
BLUE value IS 135 (53.12% from 255) = 34.53%
R=43.22%
G=22.25%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.20
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698713500.490.200.34324.8832.2850.2
HexA9578703114221452032
Octal25112720706124425054062
Binary10101001101011110000111011000110100100010101000101100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95787; }

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

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

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

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

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

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

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

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