#A46BA1

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

Shades of Violet Blue #A46BA1

Tints of Violet Blue #A46BA1

Color information

#A46BA1 (or 0xA46BA1) is unknown color: approx Violet Blue. HEX triplet: A4, 6B and A1. RGB value is (164,107,161). Sum of RGB (Red+Green+Blue) = 164+107+161=432 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.96% from 432); Green value is 107 (42.19% from 255 or 24.77% from 432); Blue value is 161 (63.28% from 255 or 37.27% from 432); Max value from RGB is 164 - color contains mainly: red. Hex color #A46BA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46BA1 is #5B945E. Grayscale: #828282. Windows color (decimal): -6001759 or 10578852. OLE color: 10578852.

HSL color Cylindrical-coordinate representation of color #A46BA1: hue angle of 303.16º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A46BA1 is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB164107161-
CMYK00.350.020.36
HSL303.16º23.85%53.14%-
HSV(B)303.16º34.76%64.31%-
XYZ2720.9836.34-
YUV130.2145.38152.11-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.96%
GREEN value IS 107 (42.19% from 255) = 24.77%
BLUE value IS 161 (63.28% from 255) = 37.27%
R=37.96%
G=24.77%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410716100.350.020.36303.1623.8553.14
HexA46BA102322412f1835
Octal2441532410432444573065
Binary1010010011010111010000101000111010010010010111111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46BA1; }

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

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

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

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

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

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

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

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