#A46199

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

Shades of Violet Blue #A46199

Tints of Violet Blue #A46199

Color information

#A46199 (or 0xA46199) is unknown color: approx Violet Blue. HEX triplet: A4, 61 and 99. RGB value is (164,97,153). Sum of RGB (Red+Green+Blue) = 164+97+153=414 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.61% from 414); Green value is 97 (38.28% from 255 or 23.43% from 414); Blue value is 153 (60.16% from 255 or 36.96% from 414); Max value from RGB is 164 - color contains mainly: red. Hex color #A46199 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46199 is #5B9E66. Grayscale: #7B7B7B. Windows color (decimal): -6004327 or 10052004. OLE color: 10052004.

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

Color convert

RGB16497153-
CMYK00.410.070.36
HSL309.85º26.91%51.18%-
HSV(B)309.85º40.85%64.31%-
XYZ25.3318.7432.42-
YUV123.42144.7156.95-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.61%
GREEN value IS 97 (38.28% from 255) = 23.43%
BLUE value IS 153 (60.16% from 255) = 36.96%
R=39.61%
G=23.43%
B=36.96%

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
Decimal1649715300.410.070.36309.8526.9151.18
HexA461990297241361b33
Octal2441412310517444663363
Binary10100100110000110011001010100111110010010011011011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46199; }

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

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

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

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

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

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

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

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