#A24F85

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

Shades of Strikemaster #A24F85

Tints of Strikemaster #A24F85

Color information

#A24F85 (or 0xA24F85) is unknown color: approx Strikemaster. HEX triplet: A2, 4F and 85. RGB value is (162,79,133). Sum of RGB (Red+Green+Blue) = 162+79+133=374 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.32% from 374); Green value is 79 (31.25% from 255 or 21.12% from 374); Blue value is 133 (52.34% from 255 or 35.56% from 374); Max value from RGB is 162 - color contains mainly: red. Hex color #A24F85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A24F85 is #5DB07A. Grayscale: #6D6D6D. Windows color (decimal): -6140027 or 8736674. OLE color: 8736674.

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

Color convert

RGB16279133-
CMYK00.510.180.36
HSL320.96º34.44%47.25%-
HSV(B)320.96º51.23%63.53%-
XYZ21.9314.9723.92-
YUV109.97141165.11-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.32%
GREEN value IS 79 (31.25% from 255) = 21.12%
BLUE value IS 133 (52.34% from 255) = 35.56%
R=43.32%
G=21.12%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627913300.510.180.36320.9634.4447.25
HexA24F850331224141222f
Octal24211720506322445014257
Binary10100010100111110000101011001110010100100101000001100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24F85; }

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

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

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

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

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

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

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

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