#A46099

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

Shades of Violet Blue #A46099

Tints of Violet Blue #A46099

Color information

#A46099 (or 0xA46099) is unknown color: approx Violet Blue. HEX triplet: A4, 60 and 99. RGB value is (164,96,153). Sum of RGB (Red+Green+Blue) = 164+96+153=413 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.71% from 413); Green value is 96 (37.89% from 255 or 23.24% from 413); Blue value is 153 (60.16% from 255 or 37.05% from 413); Max value from RGB is 164 - color contains mainly: red. Hex color #A46099 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46099 is #5B9F66. Grayscale: #7A7A7A. Windows color (decimal): -6004583 or 10051748. OLE color: 10051748.

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

Color convert

RGB16496153-
CMYK00.410.070.36
HSL309.71º27.2%50.98%-
HSV(B)309.71º41.46%64.31%-
XYZ25.2418.5632.39-
YUV122.83145.03157.37-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.71%
GREEN value IS 96 (37.89% from 255) = 23.24%
BLUE value IS 153 (60.16% from 255) = 37.05%
R=39.71%
G=23.24%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1649615300.410.070.36309.7127.250.98
HexA460990297241361b33
Octal2441402310517444663363
Binary10100100110000010011001010100111110010010011011011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46099; }

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

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

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

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

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

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

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

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