#A46BAB

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

Shades of Violet Blue #A46BAB

Tints of Violet Blue #A46BAB

Color information

#A46BAB (or 0xA46BAB) is unknown color: approx Violet Blue. HEX triplet: A4, 6B and AB. RGB value is (164,107,171). Sum of RGB (Red+Green+Blue) = 164+107+171=442 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.10% from 442); Green value is 107 (42.19% from 255 or 24.21% from 442); Blue value is 171 (67.19% from 255 or 38.69% from 442); Max value from RGB is 171 - color contains mainly: blue. Hex color #A46BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46BAB is #5B9454. Grayscale: #838383. Windows color (decimal): -6001749 or 11234212. OLE color: 11234212.

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

Color convert

RGB164107171-
CMYK0.040.3700.33
HSL293.44º27.59%54.51%-
HSV(B)293.44º37.43%67.06%-
XYZ27.9221.3541.18-
YUV131.34150.38151.3-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.10%
GREEN value IS 107 (42.19% from 255) = 24.21%
BLUE value IS 171 (67.19% from 255) = 38.69%
R=37.10%
G=24.21%
B=38.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641071710.040.3700.33293.4427.5954.51
HexA46BAB4250211251c37
Octal2441532534450414453467
Binary10100100110101110101011100100101010000110010010111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46BAB; }

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

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

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

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

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

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

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

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