#A06192

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

Shades of Violet Blue #A06192

Tints of Violet Blue #A06192

Color information

#A06192 (or 0xA06192) is unknown color: approx Violet Blue. HEX triplet: A0, 61 and 92. RGB value is (160,97,146). Sum of RGB (Red+Green+Blue) = 160+97+146=403 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.70% from 403); Green value is 97 (38.28% from 255 or 24.07% from 403); Blue value is 146 (57.42% from 255 or 36.23% from 403); Max value from RGB is 160 - color contains mainly: red. Hex color #A06192 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06192 is #5F9E6D. Grayscale: #797979. Windows color (decimal): -6266478 or 9593248. OLE color: 9593248.

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

Color convert

RGB16097146-
CMYK00.390.090.37
HSL313.33º24.9%50.39%-
HSV(B)313.33º39.38%62.75%-
XYZ23.9618.129.42-
YUV121.42141.87155.52-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.70%
GREEN value IS 97 (38.28% from 255) = 24.07%
BLUE value IS 146 (57.42% from 255) = 36.23%
R=39.70%
G=24.07%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.09
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1609714600.390.090.37313.3324.950.39
HexA061920279251391932
Octal24014122204711454713162
Binary101000001100001100100100100111100110010110011100111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06192; }

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

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

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

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

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

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

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

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