#A06D99

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

Shades of Violet Blue #A06D99

Tints of Violet Blue #A06D99

Color information

#A06D99 (or 0xA06D99) is unknown color: approx Violet Blue. HEX triplet: A0, 6D and 99. RGB value is (160,109,153). Sum of RGB (Red+Green+Blue) = 160+109+153=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 109 (42.97% from 255 or 25.83% from 422); Blue value is 153 (60.16% from 255 or 36.26% from 422); Max value from RGB is 160 - color contains mainly: red. Hex color #A06D99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06D99 is #5F9266. Grayscale: #818181. Windows color (decimal): -6263399 or 10055072. OLE color: 10055072.

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

Color convert

RGB160109153-
CMYK00.320.040.37
HSL308.24º21.16%52.75%-
HSV(B)308.24º31.87%62.75%-
XYZ25.7220.7132.78-
YUV129.26141.4149.92-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.91%
GREEN value IS 109 (42.97% from 255) = 25.83%
BLUE value IS 153 (60.16% from 255) = 36.26%
R=37.91%
G=25.83%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16010915300.320.040.37308.2421.1652.75
HexA06D990204251341535
Octal2401552310404454642565
Binary10100000110110110011001010000010010010110011010010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06D99; }

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

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

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

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

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

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

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

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