#A46B9F

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

Shades of Violet Blue #A46B9F

Tints of Violet Blue #A46B9F

Color information

#A46B9F (or 0xA46B9F) is unknown color: approx Violet Blue. HEX triplet: A4, 6B and 9F. RGB value is (164,107,159). Sum of RGB (Red+Green+Blue) = 164+107+159=430 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.14% from 430); Green value is 107 (42.19% from 255 or 24.88% from 430); Blue value is 159 (62.5% from 255 or 36.98% from 430); Max value from RGB is 164 - color contains mainly: red. Hex color #A46B9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46B9F is #5B9460. Grayscale: #818181. Windows color (decimal): -6001761 or 10447780. OLE color: 10447780.

HSL color Cylindrical-coordinate representation of color #A46B9F: hue angle of 305.26º 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 #A46B9F is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB164107159-
CMYK00.350.030.36
HSL305.26º23.85%53.14%-
HSV(B)305.26º34.76%64.31%-
XYZ26.8320.9135.42-
YUV129.97144.38152.27-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.14%
GREEN value IS 107 (42.19% from 255) = 24.88%
BLUE value IS 159 (62.5% from 255) = 36.98%
R=38.14%
G=24.88%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410715900.350.030.36305.2623.8553.14
HexA46B9F0233241311835
Octal2441532370433444613065
Binary1010010011010111001111101000111110010010011000111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46B9F; }

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

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

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

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

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

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

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

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