#A14E89

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

Shades of Strikemaster #A14E89

Tints of Strikemaster #A14E89

Color information

#A14E89 (or 0xA14E89) is unknown color: approx Strikemaster. HEX triplet: A1, 4E and 89. RGB value is (161,78,137). Sum of RGB (Red+Green+Blue) = 161+78+137=376 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.82% from 376); Green value is 78 (30.86% from 255 or 20.74% from 376); Blue value is 137 (53.91% from 255 or 36.44% from 376); Max value from RGB is 161 - color contains mainly: red. Hex color #A14E89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A14E89 is #5EB176. Grayscale: #6D6D6D. Windows color (decimal): -6205815 or 8998561. OLE color: 8998561.

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

Color convert

RGB16178137-
CMYK00.520.150.37
HSL317.35º34.73%46.86%-
HSV(B)317.35º51.55%63.14%-
XYZ21.9414.8325.37-
YUV109.54143.5164.7-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.82%
GREEN value IS 78 (30.86% from 255) = 20.74%
BLUE value IS 137 (53.91% from 255) = 36.44%
R=42.82%
G=20.74%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.15
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617813700.520.150.37317.3534.7346.86
HexA14E89034F2513d232f
Octal24111621106417454754357
Binary1010000110011101000100101101001111100101100111101100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14E89; }

 p { color: rgb(161,78,137); }

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

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

 a { background-color: rgb(161,78,137); }

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

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

 span { border-color: rgb(161,78,137); }

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