#A46899

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

Shades of Violet Blue #A46899

Tints of Violet Blue #A46899

Color information

#A46899 (or 0xA46899) is unknown color: approx Violet Blue. HEX triplet: A4, 68 and 99. RGB value is (164,104,153). Sum of RGB (Red+Green+Blue) = 164+104+153=421 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.95% from 421); Green value is 104 (41.02% from 255 or 24.70% from 421); Blue value is 153 (60.16% from 255 or 36.34% from 421); Max value from RGB is 164 - color contains mainly: red. Hex color #A46899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46899 is #5B9766. Grayscale: #7F7F7F. Windows color (decimal): -6002535 or 10053796. OLE color: 10053796.

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

Color convert

RGB164104153-
CMYK00.370.070.36
HSL311º24.79%52.55%-
HSV(B)311º36.59%64.31%-
XYZ26.0120.0932.64-
YUV127.53142.38154.02-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.95%
GREEN value IS 104 (41.02% from 255) = 24.70%
BLUE value IS 153 (60.16% from 255) = 36.34%
R=38.95%
G=24.70%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410415300.370.070.3631124.7952.55
HexA468990257241371935
Octal2441502310457444673165
Binary10100100110100010011001010010111110010010011011111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46899; }

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

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

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

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

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

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

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

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