#A14F84

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

Shades of Strikemaster #A14F84

Tints of Strikemaster #A14F84

Color information

#A14F84 (or 0xA14F84) is unknown color: approx Strikemaster. HEX triplet: A1, 4F and 84. RGB value is (161,79,132). Sum of RGB (Red+Green+Blue) = 161+79+132=372 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.28% from 372); Green value is 79 (31.25% from 255 or 21.24% from 372); Blue value is 132 (51.95% from 255 or 35.48% from 372); Max value from RGB is 161 - color contains mainly: red. Hex color #A14F84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A14F84 is #5EB07B. Grayscale: #6D6D6D. Windows color (decimal): -6205564 or 8671137. OLE color: 8671137.

HSL color Cylindrical-coordinate representation of color #A14F84: hue angle of 321.22º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A14F84 is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.37.

Color convert

RGB16179132-
CMYK00.510.180.37
HSL321.22º34.17%47.06%-
HSV(B)321.22º50.93%63.14%-
XYZ21.6614.8323.55-
YUV109.56140.67164.69-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.28%
GREEN value IS 79 (31.25% from 255) = 21.24%
BLUE value IS 132 (51.95% from 255) = 35.48%
R=43.28%
G=21.24%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.18
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617913200.510.180.37321.2234.1747.06
HexA14F840331225141222f
Octal24111720406322455014257
Binary10100001100111110000100011001110010100101101000001100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14F84; }

 p { color: rgb(161,79,132); }

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

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

 a { background-color: rgb(161,79,132); }

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

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

 span { border-color: rgb(161,79,132); }

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