#a45c84

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

Shades of Strikemaster #A45C84

Tints of Strikemaster #A45C84

Color information

#A45C84 (or 0xA45C84) is unknown color: approx Strikemaster. HEX triplet: A4, 5C and 84. RGB value is (164,92,132). Sum of RGB (Red+Green+Blue) = 164+92+132=388 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.27% from 388); Green value is 92 (36.33% from 255 or 23.71% from 388); Blue value is 132 (51.95% from 255 or 34.02% from 388); Max value from RGB is 164 - color contains mainly: red. Hex color #A45C84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45C84 is #5BA37B. Grayscale: #757575. Windows color (decimal): -6005628 or 8674468. OLE color: 8674468.

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

Color convert

RGB16492132-
CMYK00.440.200.36
HSL326.67º28.35%50.2%-
HSV(B)326.67º43.9%64.31%-
XYZ23.317.2123.92-
YUV118.09135.85160.75-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.27%
GREEN value IS 92 (36.33% from 255) = 23.71%
BLUE value IS 132 (51.95% from 255) = 34.02%
R=42.27%
G=23.71%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1649213200.440.200.36326.6728.3550.2
HexA45C8402C14241471c32
Octal24413420405424445073462
Binary1010010010111001000010001011001010010010010100011111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a45c84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a45c84; }

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

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

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

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

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

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

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

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