#A75485

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

Shades of Strikemaster #A75485

Tints of Strikemaster #A75485

Color information

#A75485 (or 0xA75485) is unknown color: approx Strikemaster. HEX triplet: A7, 54 and 85. RGB value is (167,84,133). Sum of RGB (Red+Green+Blue) = 167+84+133=384 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.49% from 384); Green value is 84 (33.20% from 255 or 21.88% from 384); Blue value is 133 (52.34% from 255 or 34.64% from 384); Max value from RGB is 167 - color contains mainly: red. Hex color #A75485 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75485 is #58AB7A. Grayscale: #727272. Windows color (decimal): -5811067 or 8737959. OLE color: 8737959.

HSL color Cylindrical-coordinate representation of color #A75485: hue angle of 324.58º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A75485 is Cyan = 0, Magento = 0.50, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB16784133-
CMYK00.500.200.35
HSL324.58º33.07%49.22%-
HSV(B)324.58º49.7%65.49%-
XYZ23.3416.2524.1-
YUV114.4138.5165.52-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.49%
GREEN value IS 84 (33.20% from 255) = 21.88%
BLUE value IS 133 (52.34% from 255) = 34.64%
R=43.49%
G=21.88%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678413300.500.200.35324.5833.0749.22
HexA7548503214231452131
Octal24712420506224435054161
Binary10100111101010010000101011001010100100011101000101100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75485; }

 p { color: rgb(167,84,133); }

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

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

 a { background-color: rgb(167,84,133); }

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

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

 span { border-color: rgb(167,84,133); }

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