#A45483

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

Shades of Strikemaster #A45483

Tints of Strikemaster #A45483

Color information

#A45483 (or 0xA45483) is unknown color: approx Strikemaster. HEX triplet: A4, 54 and 83. RGB value is (164,84,131). Sum of RGB (Red+Green+Blue) = 164+84+131=379 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.27% from 379); Green value is 84 (33.20% from 255 or 22.16% from 379); Blue value is 131 (51.56% from 255 or 34.56% from 379); Max value from RGB is 164 - color contains mainly: red. Hex color #A45483 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45483 is #5BAB7C. Grayscale: #717171. Windows color (decimal): -6007677 or 8606884. OLE color: 8606884.

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

Color convert

RGB16484131-
CMYK00.490.200.36
HSL324.75º32.26%48.63%-
HSV(B)324.75º48.78%64.31%-
XYZ22.5815.8723.35-
YUV113.28138164.18-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.27%
GREEN value IS 84 (33.20% from 255) = 22.16%
BLUE value IS 131 (51.56% from 255) = 34.56%
R=43.27%
G=22.16%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648413100.490.200.36324.7532.2648.63
HexA4548303114241452031
Octal24412420306124445054061
Binary10100100101010010000011011000110100100100101000101100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45483; }

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

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

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

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

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

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

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

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