#A24D86

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

Shades of Strikemaster #A24D86

Tints of Strikemaster #A24D86

Color information

#A24D86 (or 0xA24D86) is unknown color: approx Strikemaster. HEX triplet: A2, 4D and 86. RGB value is (162,77,134). Sum of RGB (Red+Green+Blue) = 162+77+134=373 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.43% from 373); Green value is 77 (30.47% from 255 or 20.64% from 373); Blue value is 134 (52.73% from 255 or 35.92% from 373); Max value from RGB is 162 - color contains mainly: red. Hex color #A24D86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A24D86 is #5DB279. Grayscale: #6C6C6C. Windows color (decimal): -6140538 or 8801698. OLE color: 8801698.

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

Color convert

RGB16277134-
CMYK00.520.170.36
HSL319.76º35.56%46.86%-
HSV(B)319.76º52.47%63.53%-
XYZ21.8614.7124.24-
YUV108.91142.16165.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.43%
GREEN value IS 77 (30.47% from 255) = 20.64%
BLUE value IS 134 (52.73% from 255) = 35.92%
R=43.43%
G=20.64%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627713400.520.170.36319.7635.5646.86
HexA24D860341124140242f
Octal24211520606421445004457
Binary10100010100110110000110011010010001100100101000000100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24D86; }

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

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

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

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

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

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

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

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