#A24C86

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

Shades of Strikemaster #A24C86

Tints of Strikemaster #A24C86

Color information

#A24C86 (or 0xA24C86) is unknown color: approx Strikemaster. HEX triplet: A2, 4C and 86. RGB value is (162,76,134). Sum of RGB (Red+Green+Blue) = 162+76+134=372 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.55% from 372); Green value is 76 (30.08% from 255 or 20.43% from 372); Blue value is 134 (52.73% from 255 or 36.02% from 372); Max value from RGB is 162 - color contains mainly: red. Hex color #A24C86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24C86 is #5DB379. Grayscale: #6C6C6C. Windows color (decimal): -6140794 or 8801442. OLE color: 8801442.

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

Color convert

RGB16276134-
CMYK00.530.170.36
HSL319.53º36.13%46.67%-
HSV(B)319.53º53.09%63.53%-
XYZ21.7914.5724.22-
YUV108.33142.49166.28-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.55%
GREEN value IS 76 (30.08% from 255) = 20.43%
BLUE value IS 134 (52.73% from 255) = 36.02%
R=43.55%
G=20.43%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627613400.530.170.36319.5336.1346.67
HexA24C860351124140242f
Octal24211420606521445004457
Binary10100010100110010000110011010110001100100101000000100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24C86; }

 p { color: rgb(162,76,134); }

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

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

 a { background-color: rgb(162,76,134); }

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

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

 span { border-color: rgb(162,76,134); }

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