#A45382

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

Shades of Strikemaster #A45382

Tints of Strikemaster #A45382

Color information

#A45382 (or 0xA45382) is unknown color: approx Strikemaster. HEX triplet: A4, 53 and 82. RGB value is (164,83,130). Sum of RGB (Red+Green+Blue) = 164+83+130=377 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.50% from 377); Green value is 83 (32.81% from 255 or 22.02% from 377); Blue value is 130 (51.17% from 255 or 34.48% from 377); Max value from RGB is 164 - color contains mainly: red. Hex color #A45382 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45382 is #5BAC7D. Grayscale: #707070. Windows color (decimal): -6007934 or 8541092. OLE color: 8541092.

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

Color convert

RGB16483130-
CMYK00.490.210.36
HSL325.19º32.79%48.43%-
HSV(B)325.19º49.39%64.31%-
XYZ22.4315.6922.97-
YUV112.58137.84164.68-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.50%
GREEN value IS 83 (32.81% from 255) = 22.02%
BLUE value IS 130 (51.17% from 255) = 34.48%
R=43.50%
G=22.02%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648313000.490.210.36325.1932.7948.43
HexA4538203115241452130
Octal24412320206125445054160
Binary10100100101001110000010011000110101100100101000101100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45382; }

 p { color: rgb(164,83,130); }

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

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

 a { background-color: rgb(164,83,130); }

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

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

 span { border-color: rgb(164,83,130); }

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