#A24F83

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

Shades of Strikemaster #A24F83

Tints of Strikemaster #A24F83

Color information

#A24F83 (or 0xA24F83) is unknown color: approx Strikemaster. HEX triplet: A2, 4F and 83. RGB value is (162,79,131). Sum of RGB (Red+Green+Blue) = 162+79+131=372 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.55% from 372); Green value is 79 (31.25% from 255 or 21.24% from 372); Blue value is 131 (51.56% from 255 or 35.22% from 372); Max value from RGB is 162 - color contains mainly: red. Hex color #A24F83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A24F83 is #5DB07C. Grayscale: #6D6D6D. Windows color (decimal): -6140029 or 8605602. OLE color: 8605602.

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

Color convert

RGB16279131-
CMYK00.510.190.36
HSL322.41º34.44%47.25%-
HSV(B)322.41º51.23%63.53%-
XYZ21.7914.9123.2-
YUV109.74140165.27-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.55%
GREEN value IS 79 (31.25% from 255) = 21.24%
BLUE value IS 131 (51.56% from 255) = 35.22%
R=43.55%
G=21.24%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627913100.510.190.36322.4134.4447.25
HexA24F830331324142222f
Octal24211720306323445024257
Binary10100010100111110000011011001110011100100101000010100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24F83; }

 p { color: rgb(162,79,131); }

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

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

 a { background-color: rgb(162,79,131); }

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

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

 span { border-color: rgb(162,79,131); }

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