#A05190

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

Shades of Violet Blue #A05190

Tints of Violet Blue #A05190

Color information

#A05190 (or 0xA05190) is unknown color: approx Violet Blue. HEX triplet: A0, 51 and 90. RGB value is (160,81,144). Sum of RGB (Red+Green+Blue) = 160+81+144=385 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.56% from 385); Green value is 81 (32.03% from 255 or 21.04% from 385); Blue value is 144 (56.64% from 255 or 37.40% from 385); Max value from RGB is 160 - color contains mainly: red. Hex color #A05190 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05190 is #5FAE6F. Grayscale: #6F6F6F. Windows color (decimal): -6270576 or 9458080. OLE color: 9458080.

HSL color Cylindrical-coordinate representation of color #A05190: hue angle of 312.15º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A05190 is Cyan = 0, Magento = 0.49, Yellow = 0.1 and Black (K on CMYK) = 0.37.

Color convert

RGB16081144-
CMYK00.490.10.37
HSL312.15º32.78%47.25%-
HSV(B)312.15º49.38%62.75%-
XYZ22.4715.3728.17-
YUV111.8146.17162.38-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.56%
GREEN value IS 81 (32.03% from 255) = 21.04%
BLUE value IS 144 (56.64% from 255) = 37.40%
R=41.56%
G=21.04%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.1
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608114400.490.10.37312.1532.7847.25
HexA05190031A25138212f
Octal24012122006112454704157
Binary1010000010100011001000001100011010100101100111000100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05190; }

 p { color: rgb(160,81,144); }

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

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

 a { background-color: rgb(160,81,144); }

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

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

 span { border-color: rgb(160,81,144); }

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