#a14f81

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

Shades of Strikemaster #A14F81

Tints of Strikemaster #A14F81

Color information

#A14F81 (or 0xA14F81) is unknown color: approx Strikemaster. HEX triplet: A1, 4F and 81. RGB value is (161,79,129). Sum of RGB (Red+Green+Blue) = 161+79+129=369 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.63% from 369); Green value is 79 (31.25% from 255 or 21.41% from 369); Blue value is 129 (50.78% from 255 or 34.96% from 369); Max value from RGB is 161 - color contains mainly: red. Hex color #A14F81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A14F81 is #5EB07E. Grayscale: #6D6D6D. Windows color (decimal): -6205567 or 8474529. OLE color: 8474529.

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

Color convert

RGB16179129-
CMYK00.510.200.37
HSL323.41º34.17%47.06%-
HSV(B)323.41º50.93%63.14%-
XYZ21.4614.7522.49-
YUV109.22139.17164.93-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.63%
GREEN value IS 79 (31.25% from 255) = 21.41%
BLUE value IS 129 (50.78% from 255) = 34.96%
R=43.63%
G=21.41%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.20
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617912900.510.200.37323.4134.1747.06
HexA14F810331425143222f
Octal24111720106324455034257
Binary10100001100111110000001011001110100100101101000011100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a14f81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a14f81; }

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

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

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

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

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

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

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

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