#A24F88

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

Shades of Strikemaster #A24F88

Tints of Strikemaster #A24F88

Color information

#A24F88 (or 0xA24F88) is unknown color: approx Strikemaster. HEX triplet: A2, 4F and 88. RGB value is (162,79,136). Sum of RGB (Red+Green+Blue) = 162+79+136=377 (49% of max value = 765). Red value is 162 (63.67% from 255 or 42.97% from 377); Green value is 79 (31.25% from 255 or 20.95% from 377); Blue value is 136 (53.52% from 255 or 36.07% from 377); Max value from RGB is 162 - color contains mainly: red. Hex color #A24F88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A24F88 is #5DB077. Grayscale: #6E6E6E. Windows color (decimal): -6140024 or 8933282. OLE color: 8933282.

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

Color convert

RGB16279136-
CMYK00.510.160.36
HSL318.8º34.44%47.25%-
HSV(B)318.8º51.23%63.53%-
XYZ22.1415.0525.03-
YUV110.32142.5164.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.97%
GREEN value IS 79 (31.25% from 255) = 20.95%
BLUE value IS 136 (53.52% from 255) = 36.07%
R=42.97%
G=20.95%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627913600.510.160.36318.834.4447.25
HexA24F88033102413f222f
Octal24211721006320444774257
Binary10100010100111110001000011001110000100100100111111100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24F88; }

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

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

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

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

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

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

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

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