#A9578D

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

Shades of Strikemaster #A9578D

Tints of Strikemaster #A9578D

Color information

#A9578D (or 0xA9578D) is unknown color: approx Strikemaster. HEX triplet: A9, 57 and 8D. RGB value is (169,87,141). Sum of RGB (Red+Green+Blue) = 169+87+141=397 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.57% from 397); Green value is 87 (34.38% from 255 or 21.91% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 169 - color contains mainly: red. Hex color #A9578D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9578D is #56A872. Grayscale: #757575. Windows color (decimal): -5679219 or 9263017. OLE color: 9263017.

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

Color convert

RGB16987141-
CMYK00.490.170.34
HSL320.49º32.28%50.2%-
HSV(B)320.49º48.52%66.27%-
XYZ24.5817.1727.22-
YUV117.67141.17164.61-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.57%
GREEN value IS 87 (34.38% from 255) = 21.91%
BLUE value IS 141 (55.47% from 255) = 35.52%
R=42.57%
G=21.91%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.17
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698714100.490.170.34320.4932.2850.2
HexA9578D03111221402032
Octal25112721506121425004062
Binary10101001101011110001101011000110001100010101000000100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9578D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9578D; }

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

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

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

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

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

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

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

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