#A06199

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

Shades of Violet Blue #A06199

Tints of Violet Blue #A06199

Color information

#A06199 (or 0xA06199) is unknown color: approx Violet Blue. HEX triplet: A0, 61 and 99. RGB value is (160,97,153). Sum of RGB (Red+Green+Blue) = 160+97+153=410 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.02% from 410); Green value is 97 (38.28% from 255 or 23.66% from 410); Blue value is 153 (60.16% from 255 or 37.32% from 410); Max value from RGB is 160 - color contains mainly: red. Hex color #A06199 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06199 is #5F9E66. Grayscale: #7A7A7A. Windows color (decimal): -6266471 or 10052000. OLE color: 10052000.

HSL color Cylindrical-coordinate representation of color #A06199: hue angle of 306.67º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A06199 is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.37.

Color convert

RGB16097153-
CMYK00.390.040.37
HSL306.67º24.9%50.39%-
HSV(B)306.67º39.38%62.75%-
XYZ24.5218.3232.38-
YUV122.22145.37154.95-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.02%
GREEN value IS 97 (38.28% from 255) = 23.66%
BLUE value IS 153 (60.16% from 255) = 37.32%
R=39.02%
G=23.66%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1609715300.390.040.37306.6724.950.39
HexA061990274251331932
Octal2401412310474454633162
Binary10100000110000110011001010011110010010110011001111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06199; }

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

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

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

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

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

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

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

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