#A14C8A

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

Shades of Violet Blue #A14C8A

Tints of Violet Blue #A14C8A

Color information

#A14C8A (or 0xA14C8A) is unknown color: approx Violet Blue. HEX triplet: A1, 4C and 8A. RGB value is (161,76,138). Sum of RGB (Red+Green+Blue) = 161+76+138=375 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.93% from 375); Green value is 76 (30.08% from 255 or 20.27% from 375); Blue value is 138 (54.30% from 255 or 36.8% from 375); Max value from RGB is 161 - color contains mainly: red. Hex color #A14C8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14C8A is #5EB375. Grayscale: #6C6C6C. Windows color (decimal): -6206326 or 9063585. OLE color: 9063585.

HSL color Cylindrical-coordinate representation of color #A14C8A: hue angle of 316.24º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A14C8A is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB16176138-
CMYK00.530.140.37
HSL316.24º35.86%46.47%-
HSV(B)316.24º52.8%63.14%-
XYZ21.8714.5825.71-
YUV108.48144.66165.46-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.93%
GREEN value IS 76 (30.08% from 255) = 20.27%
BLUE value IS 138 (54.30% from 255) = 36.8%
R=42.93%
G=20.27%
B=36.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617613800.530.140.37316.2435.8646.47
HexA14C8A035E2513c242e
Octal24111421206516454744456
Binary1010000110011001000101001101011110100101100111100100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14C8A; }

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

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

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

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

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

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

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

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