#A06392

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

Shades of Violet Blue #A06392

Tints of Violet Blue #A06392

Color information

#A06392 (or 0xA06392) is unknown color: approx Violet Blue. HEX triplet: A0, 63 and 92. RGB value is (160,99,146). Sum of RGB (Red+Green+Blue) = 160+99+146=405 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.51% from 405); Green value is 99 (39.06% from 255 or 24.44% from 405); Blue value is 146 (57.42% from 255 or 36.05% from 405); Max value from RGB is 160 - color contains mainly: red. Hex color #A06392 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06392 is #5F9C6D. Grayscale: #7A7A7A. Windows color (decimal): -6265966 or 9593760. OLE color: 9593760.

HSL color Cylindrical-coordinate representation of color #A06392: hue angle of 313.77º 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 #A06392 is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.37.

Color convert

RGB16099146-
CMYK00.380.090.37
HSL313.77º24.3%50.78%-
HSV(B)313.77º38.12%62.75%-
XYZ24.1518.4729.49-
YUV122.6141.21154.68-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.51%
GREEN value IS 99 (39.06% from 255) = 24.44%
BLUE value IS 146 (57.42% from 255) = 36.05%
R=39.51%
G=24.44%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.09
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1609914600.380.090.37313.7724.350.78
HexA0639202692513a1833
Octal24014322204611454723063
Binary101000001100011100100100100110100110010110011101011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06392; }

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

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

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

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

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

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

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

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