#A46F9B

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

Shades of Violet Blue #A46F9B

Tints of Violet Blue #A46F9B

Color information

#A46F9B (or 0xA46F9B) is unknown color: approx Violet Blue. HEX triplet: A4, 6F and 9B. RGB value is (164,111,155). Sum of RGB (Red+Green+Blue) = 164+111+155=430 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.14% from 430); Green value is 111 (43.75% from 255 or 25.81% from 430); Blue value is 155 (60.94% from 255 or 36.05% from 430); Max value from RGB is 164 - color contains mainly: red. Hex color #A46F9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46F9B is #5B9064. Grayscale: #838383. Windows color (decimal): -6000741 or 10186660. OLE color: 10186660.

HSL color Cylindrical-coordinate representation of color #A46F9B: hue angle of 310.19º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A46F9B is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB164111155-
CMYK00.320.050.36
HSL310.19º22.55%53.92%-
HSV(B)310.19º32.32%64.31%-
XYZ26.9121.6333.77-
YUV131.86141.06150.92-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.14%
GREEN value IS 111 (43.75% from 255) = 25.81%
BLUE value IS 155 (60.94% from 255) = 36.05%
R=38.14%
G=25.81%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411115500.320.050.36310.1922.5553.92
HexA46F9B0205241361736
Octal2441572330405444662766
Binary10100100110111110011011010000010110010010011011010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46F9B; }

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

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

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

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

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

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

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

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