#A46699

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

Shades of Violet Blue #A46699

Tints of Violet Blue #A46699

Color information

#A46699 (or 0xA46699) is unknown color: approx Violet Blue. HEX triplet: A4, 66 and 99. RGB value is (164,102,153). Sum of RGB (Red+Green+Blue) = 164+102+153=419 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.14% from 419); Green value is 102 (40.23% from 255 or 24.34% from 419); Blue value is 153 (60.16% from 255 or 36.52% from 419); Max value from RGB is 164 - color contains mainly: red. Hex color #A46699 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46699 is #5B9966. Grayscale: #7E7E7E. Windows color (decimal): -6003047 or 10053284. OLE color: 10053284.

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

Color convert

RGB164102153-
CMYK00.380.070.36
HSL310.65º25.41%52.16%-
HSV(B)310.65º37.8%64.31%-
XYZ25.8119.732.58-
YUV126.35143.04154.85-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.14%
GREEN value IS 102 (40.23% from 255) = 24.34%
BLUE value IS 153 (60.16% from 255) = 36.52%
R=39.14%
G=24.34%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410215300.380.070.36310.6525.4152.16
HexA466990267241371934
Octal2441462310467444673164
Binary10100100110011010011001010011011110010010011011111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46699; }

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

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

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

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

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

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

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

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