#A46FAB

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

Shades of Violet Blue #A46FAB

Tints of Violet Blue #A46FAB

Color information

#A46FAB (or 0xA46FAB) is unknown color: approx Violet Blue. HEX triplet: A4, 6F and AB. RGB value is (164,111,171). Sum of RGB (Red+Green+Blue) = 164+111+171=446 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.77% from 446); Green value is 111 (43.75% from 255 or 24.89% from 446); Blue value is 171 (67.19% from 255 or 38.34% from 446); Max value from RGB is 171 - color contains mainly: blue. Hex color #A46FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46FAB is #5B9054. Grayscale: #858585. Windows color (decimal): -6000725 or 11235236. OLE color: 11235236.

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

Color convert

RGB164111171-
CMYK0.040.3500.33
HSL293º26.32%55.29%-
HSV(B)293º35.09%67.06%-
XYZ28.3422.241.32-
YUV133.69149.06149.62-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.77%
GREEN value IS 111 (43.75% from 255) = 24.89%
BLUE value IS 171 (67.19% from 255) = 38.34%
R=36.77%
G=24.89%
B=38.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641111710.040.3500.3329326.3255.29
HexA46FAB4230211251a37
Octal2441572534430414453267
Binary10100100110111110101011100100011010000110010010111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46FAB; }

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

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

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

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

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

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

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

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