#A46D99

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

Shades of Violet Blue #A46D99

Tints of Violet Blue #A46D99

Color information

#A46D99 (or 0xA46D99) is unknown color: approx Violet Blue. HEX triplet: A4, 6D and 99. RGB value is (164,109,153). Sum of RGB (Red+Green+Blue) = 164+109+153=426 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.50% from 426); Green value is 109 (42.97% from 255 or 25.59% from 426); Blue value is 153 (60.16% from 255 or 35.92% from 426); Max value from RGB is 164 - color contains mainly: red. Hex color #A46D99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46D99 is #5B9266. Grayscale: #828282. Windows color (decimal): -6001255 or 10055076. OLE color: 10055076.

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

Color convert

RGB164109153-
CMYK00.340.070.36
HSL312º23.21%53.53%-
HSV(B)312º33.54%64.31%-
XYZ26.5321.1332.82-
YUV130.46140.72151.92-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.50%
GREEN value IS 109 (42.97% from 255) = 25.59%
BLUE value IS 153 (60.16% from 255) = 35.92%
R=38.50%
G=25.59%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410915300.340.070.3631223.2153.53
HexA46D990227241381736
Octal2441552310427444702766
Binary10100100110110110011001010001011110010010011100010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46D99; }

 p { color: rgb(164,109,153); }

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

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

 a { background-color: rgb(164,109,153); }

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

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

 span { border-color: rgb(164,109,153); }

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