#A06099

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

Shades of Violet Blue #A06099

Tints of Violet Blue #A06099

Color information

#A06099 (or 0xA06099) is unknown color: approx Violet Blue. HEX triplet: A0, 60 and 99. RGB value is (160,96,153). Sum of RGB (Red+Green+Blue) = 160+96+153=409 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.12% from 409); Green value is 96 (37.89% from 255 or 23.47% from 409); Blue value is 153 (60.16% from 255 or 37.41% from 409); Max value from RGB is 160 - color contains mainly: red. Hex color #A06099 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06099 is #5F9F66. Grayscale: #797979. Windows color (decimal): -6266727 or 10051744. OLE color: 10051744.

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

Color convert

RGB16096153-
CMYK00.40.040.37
HSL306.56º25.2%50.2%-
HSV(B)306.56º40%62.75%-
XYZ24.4318.1432.35-
YUV121.63145.7155.37-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.12%
GREEN value IS 96 (37.89% from 255) = 23.47%
BLUE value IS 153 (60.16% from 255) = 37.41%
R=39.12%
G=23.47%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1609615300.40.040.37306.5625.250.2
HexA060990284251331932
Octal2401402310504454633162
Binary10100000110000010011001010100010010010110011001111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06099; }

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

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

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

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

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

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

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

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