#A46EAB

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

Shades of Violet Blue #A46EAB

Tints of Violet Blue #A46EAB

Color information

#A46EAB (or 0xA46EAB) is unknown color: approx Violet Blue. HEX triplet: A4, 6E and AB. RGB value is (164,110,171). Sum of RGB (Red+Green+Blue) = 164+110+171=445 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.85% from 445); Green value is 110 (43.36% from 255 or 24.72% from 445); Blue value is 171 (67.19% from 255 or 38.43% from 445); Max value from RGB is 171 - color contains mainly: blue. Hex color #A46EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46EAB is #5B9154. Grayscale: #848484. Windows color (decimal): -6000981 or 11234980. OLE color: 11234980.

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

Color convert

RGB164110171-
CMYK0.040.3600.33
HSL293.11º26.64%55.1%-
HSV(B)293.11º35.67%67.06%-
XYZ28.2421.9841.28-
YUV133.1149.39150.04-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.85%
GREEN value IS 110 (43.36% from 255) = 24.72%
BLUE value IS 171 (67.19% from 255) = 38.43%
R=36.85%
G=24.72%
B=38.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641101710.040.3600.33293.1126.6455.1
HexA46EAB4240211251b37
Octal2441562534440414453367
Binary10100100110111010101011100100100010000110010010111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46EAB; }

 p { color: rgb(164,110,171); }

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

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

 a { background-color: rgb(164,110,171); }

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

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

 span { border-color: rgb(164,110,171); }

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