#A24E83

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

Shades of Strikemaster #A24E83

Tints of Strikemaster #A24E83

Color information

#A24E83 (or 0xA24E83) is unknown color: approx Strikemaster. HEX triplet: A2, 4E and 83. RGB value is (162,78,131). Sum of RGB (Red+Green+Blue) = 162+78+131=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 78 (30.86% from 255 or 21.02% from 371); Blue value is 131 (51.56% from 255 or 35.31% from 371); Max value from RGB is 162 - color contains mainly: red. Hex color #A24E83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A24E83 is #5DB17C. Grayscale: #6D6D6D. Windows color (decimal): -6140285 or 8605346. OLE color: 8605346.

HSL color Cylindrical-coordinate representation of color #A24E83: hue angle of 322.14º degrees, saturation: 0.35, 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 #A24E83 is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB16278131-
CMYK00.520.190.36
HSL322.14º35%47.06%-
HSV(B)322.14º51.85%63.53%-
XYZ21.7214.7723.18-
YUV109.16140.33165.69-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.67%
GREEN value IS 78 (30.86% from 255) = 21.02%
BLUE value IS 131 (51.56% from 255) = 35.31%
R=43.67%
G=21.02%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627813100.520.190.36322.143547.06
HexA24E830341324142232f
Octal24211620306423445024357
Binary10100010100111010000011011010010011100100101000010100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24E83; }

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

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

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

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

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

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

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

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