#A14AAB

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

Shades of Violet Blue #A14AAB

Tints of Violet Blue #A14AAB

Color information

#A14AAB (or 0xA14AAB) is unknown color: approx Violet Blue. HEX triplet: A1, 4A and AB. RGB value is (161,74,171). Sum of RGB (Red+Green+Blue) = 161+74+171=406 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.66% from 406); Green value is 74 (29.30% from 255 or 18.23% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 171 - color contains mainly: blue. Hex color #A14AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14AAB is #5EB554. Grayscale: #6E6E6E. Windows color (decimal): -6206805 or 11225761. OLE color: 11225761.

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

Color convert

RGB16174171-
CMYK0.060.5700.33
HSL293.81º39.59%48.04%-
HSV(B)293.81º56.73%67.06%-
XYZ24.515.4140.21-
YUV111.07161.82163.61-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.66%
GREEN value IS 74 (29.30% from 255) = 18.23%
BLUE value IS 171 (67.19% from 255) = 42.12%
R=39.66%
G=18.23%
B=42.12%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal161741710.060.5700.33293.8139.5948.04
HexA14AAB6390211262830
Octal2411122536710414465060
Binary101000011001010101010111101110010100001100100110101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14AAB; }

 p { color: rgb(161,74,171); }

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

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

 a { background-color: rgb(161,74,171); }

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

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

 span { border-color: rgb(161,74,171); }

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