#A45F84

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

Shades of Strikemaster #A45F84

Tints of Strikemaster #A45F84

Color information

#A45F84 (or 0xA45F84) is unknown color: approx Strikemaster. HEX triplet: A4, 5F and 84. RGB value is (164,95,132). Sum of RGB (Red+Green+Blue) = 164+95+132=391 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.94% from 391); Green value is 95 (37.5% from 255 or 24.30% from 391); Blue value is 132 (51.95% from 255 or 33.76% from 391); Max value from RGB is 164 - color contains mainly: red. Hex color #A45F84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45F84 is #5BA07B. Grayscale: #777777. Windows color (decimal): -6004860 or 8675236. OLE color: 8675236.

HSL color Cylindrical-coordinate representation of color #A45F84: hue angle of 327.83º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A45F84 is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB16495132-
CMYK00.420.200.36
HSL327.83º27.49%50.78%-
HSV(B)327.83º42.07%64.31%-
XYZ23.5717.7424.01-
YUV119.85134.86159.49-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.94%
GREEN value IS 95 (37.5% from 255) = 24.30%
BLUE value IS 132 (51.95% from 255) = 33.76%
R=41.94%
G=24.30%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1649513200.420.200.36327.8327.4950.78
HexA45F8402A14241481b33
Octal24413720405224445103363
Binary1010010010111111000010001010101010010010010100100011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45F84; }

 p { color: rgb(164,95,132); }

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

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

 a { background-color: rgb(164,95,132); }

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

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

 span { border-color: rgb(164,95,132); }

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