#A046AB

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

Shades of Violet Blue #A046AB

Tints of Violet Blue #A046AB

Color information

#A046AB (or 0xA046AB) is unknown color: approx Violet Blue. HEX triplet: A0, 46 and AB. RGB value is (160,70,171). Sum of RGB (Red+Green+Blue) = 160+70+171=401 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.90% from 401); Green value is 70 (27.73% from 255 or 17.46% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 171 - color contains mainly: blue. Hex color #A046AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A046AB is #5FB954. Grayscale: #6C6C6C. Windows color (decimal): -6273365 or 11224736. OLE color: 11224736.

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

Color convert

RGB16070171-
CMYK0.060.5900.33
HSL293.47º41.91%47.25%-
HSV(B)293.47º59.06%67.06%-
XYZ24.0414.7940.12-
YUV108.42163.32164.79-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.90%
GREEN value IS 70 (27.73% from 255) = 17.46%
BLUE value IS 171 (67.19% from 255) = 42.64%
R=39.90%
G=17.46%
B=42.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal160701710.060.5900.33293.4741.9147.25
HexA046AB63B0211252a2f
Octal2401062536730414455257
Binary101000001000110101010111101110110100001100100101101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A046AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A046AB; }

 p { color: rgb(160,70,171); }

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

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

 a { background-color: rgb(160,70,171); }

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

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

 span { border-color: rgb(160,70,171); }

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