#A06191

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

Shades of Violet Blue #A06191

Tints of Violet Blue #A06191

Color information

#A06191 (or 0xA06191) is unknown color: approx Violet Blue. HEX triplet: A0, 61 and 91. RGB value is (160,97,145). Sum of RGB (Red+Green+Blue) = 160+97+145=402 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.80% from 402); Green value is 97 (38.28% from 255 or 24.13% from 402); Blue value is 145 (57.03% from 255 or 36.07% from 402); Max value from RGB is 160 - color contains mainly: red. Hex color #A06191 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06191 is #5F9E6E. Grayscale: #797979. Windows color (decimal): -6266479 or 9527712. OLE color: 9527712.

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

Color convert

RGB16097145-
CMYK00.390.090.37
HSL314.29º24.9%50.39%-
HSV(B)314.29º39.38%62.75%-
XYZ23.8818.0729.02-
YUV121.31141.37155.6-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.80%
GREEN value IS 97 (38.28% from 255) = 24.13%
BLUE value IS 145 (57.03% from 255) = 36.07%
R=39.80%
G=24.13%
B=36.07%

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
Decimal1609714500.390.090.37314.2924.950.39
HexA0619102792513a1932
Octal24014122104711454723162
Binary101000001100001100100010100111100110010110011101011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06191; }

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

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

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

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

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

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

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

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