#A24F82

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

Shades of Strikemaster #A24F82

Tints of Strikemaster #A24F82

Color information

#A24F82 (or 0xA24F82) is unknown color: approx Strikemaster. HEX triplet: A2, 4F and 82. RGB value is (162,79,130). Sum of RGB (Red+Green+Blue) = 162+79+130=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 79 (31.25% from 255 or 21.29% from 371); Blue value is 130 (51.17% from 255 or 35.04% from 371); Max value from RGB is 162 - color contains mainly: red. Hex color #A24F82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A24F82 is #5DB07D. Grayscale: #6D6D6D. Windows color (decimal): -6140030 or 8540066. OLE color: 8540066.

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

Color convert

RGB16279130-
CMYK00.510.200.36
HSL323.13º34.44%47.25%-
HSV(B)323.13º51.23%63.53%-
XYZ21.7314.8922.85-
YUV109.63139.5165.35-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.67%
GREEN value IS 79 (31.25% from 255) = 21.29%
BLUE value IS 130 (51.17% from 255) = 35.04%
R=43.67%
G=21.29%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627913000.510.200.36323.1334.4447.25
HexA24F820331424143222f
Octal24211720206324445034257
Binary10100010100111110000010011001110100100100101000011100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24F82; }

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

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

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

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

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

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

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

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