#A14EAC

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

Shades of Violet Blue #A14EAC

Tints of Violet Blue #A14EAC

Color information

#A14EAC (or 0xA14EAC) is unknown color: approx Violet Blue. HEX triplet: A1, 4E and AC. RGB value is (161,78,172). Sum of RGB (Red+Green+Blue) = 161+78+172=411 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.17% from 411); Green value is 78 (30.86% from 255 or 18.98% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 172 - color contains mainly: blue. Hex color #A14EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A14EAC is #5EB153. Grayscale: #717171. Windows color (decimal): -6205780 or 11292321. OLE color: 11292321.

HSL color Cylindrical-coordinate representation of color #A14EAC: hue angle of 292.98º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A14EAC is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16178172-
CMYK0.060.5500.33
HSL292.98º37.6%49.02%-
HSV(B)292.98º54.65%67.45%-
XYZ24.871640.81-
YUV113.53161161.86-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.17%
GREEN value IS 78 (30.86% from 255) = 18.98%
BLUE value IS 172 (67.58% from 255) = 41.85%
R=39.17%
G=18.98%
B=41.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal161781720.060.5500.33292.9837.649.02
HexA14EAC6370211252631
Octal2411162546670414454661
Binary101000011001110101011001101101110100001100100101100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14EAC; }

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

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

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

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

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

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

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

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