#A14E8A

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

Shades of Strikemaster #A14E8A

Tints of Strikemaster #A14E8A

Color information

#A14E8A (or 0xA14E8A) is unknown color: approx Strikemaster. HEX triplet: A1, 4E and 8A. RGB value is (161,78,138). Sum of RGB (Red+Green+Blue) = 161+78+138=377 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.71% from 377); Green value is 78 (30.86% from 255 or 20.69% from 377); Blue value is 138 (54.30% from 255 or 36.60% from 377); Max value from RGB is 161 - color contains mainly: red. Hex color #A14E8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A14E8A is #5EB175. Grayscale: #6D6D6D. Windows color (decimal): -6205814 or 9064097. OLE color: 9064097.

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

Color convert

RGB16178138-
CMYK00.520.140.37
HSL316.63º34.73%46.86%-
HSV(B)316.63º51.55%63.14%-
XYZ22.0114.8625.75-
YUV109.66144164.62-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.71%
GREEN value IS 78 (30.86% from 255) = 20.69%
BLUE value IS 138 (54.30% from 255) = 36.60%
R=42.71%
G=20.69%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617813800.520.140.37316.6334.7346.86
HexA14E8A034E2513d232f
Octal24111621206416454754357
Binary1010000110011101000101001101001110100101100111101100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14E8A; }

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

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

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

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

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

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

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

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