#A06399

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

Shades of Violet Blue #A06399

Tints of Violet Blue #A06399

Color information

#A06399 (or 0xA06399) is unknown color: approx Violet Blue. HEX triplet: A0, 63 and 99. RGB value is (160,99,153). Sum of RGB (Red+Green+Blue) = 160+99+153=412 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.83% from 412); Green value is 99 (39.06% from 255 or 24.03% from 412); Blue value is 153 (60.16% from 255 or 37.14% from 412); Max value from RGB is 160 - color contains mainly: red. Hex color #A06399 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06399 is #5F9C66. Grayscale: #7B7B7B. Windows color (decimal): -6265959 or 10052512. OLE color: 10052512.

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

Color convert

RGB16099153-
CMYK00.380.040.37
HSL306.89º24.3%50.78%-
HSV(B)306.89º38.12%62.75%-
XYZ24.7118.732.44-
YUV123.4144.71154.11-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.83%
GREEN value IS 99 (39.06% from 255) = 24.03%
BLUE value IS 153 (60.16% from 255) = 37.14%
R=38.83%
G=24.03%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1609915300.380.040.37306.8924.350.78
HexA063990264251331833
Octal2401432310464454633063
Binary10100000110001110011001010011010010010110011001111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06399; }

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

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

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

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

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

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

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

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