#A45485

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

Shades of Strikemaster #A45485

Tints of Strikemaster #A45485

Color information

#A45485 (or 0xA45485) is unknown color: approx Strikemaster. HEX triplet: A4, 54 and 85. RGB value is (164,84,133). Sum of RGB (Red+Green+Blue) = 164+84+133=381 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.04% from 381); Green value is 84 (33.20% from 255 or 22.05% from 381); Blue value is 133 (52.34% from 255 or 34.91% from 381); Max value from RGB is 164 - color contains mainly: red. Hex color #A45485 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45485 is #5BAB7A. Grayscale: #717171. Windows color (decimal): -6007675 or 8737956. OLE color: 8737956.

HSL color Cylindrical-coordinate representation of color #A45485: hue angle of 323.25º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A45485 is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB16484133-
CMYK00.490.190.36
HSL323.25º32.26%48.63%-
HSV(B)323.25º48.78%64.31%-
XYZ22.7115.9324.07-
YUV113.51139164.02-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.04%
GREEN value IS 84 (33.20% from 255) = 22.05%
BLUE value IS 133 (52.34% from 255) = 34.91%
R=43.04%
G=22.05%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648413300.490.190.36323.2532.2648.63
HexA4548503113241432031
Octal24412420506123445034061
Binary10100100101010010000101011000110011100100101000011100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45485; }

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

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

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

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

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

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

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

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