#A0619D

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

Shades of Violet Blue #A0619D

Tints of Violet Blue #A0619D

Color information

#A0619D (or 0xA0619D) is unknown color: approx Violet Blue. HEX triplet: A0, 61 and 9D. RGB value is (160,97,157). Sum of RGB (Red+Green+Blue) = 160+97+157=414 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.65% from 414); Green value is 97 (38.28% from 255 or 23.43% from 414); Blue value is 157 (61.72% from 255 or 37.92% from 414); Max value from RGB is 160 - color contains mainly: red. Hex color #A0619D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0619D is #5F9E62. Grayscale: #7A7A7A. Windows color (decimal): -6266467 or 10314144. OLE color: 10314144.

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

Color convert

RGB16097157-
CMYK00.390.020.37
HSL302.86º24.9%50.39%-
HSV(B)302.86º39.38%62.75%-
XYZ24.8618.4634.15-
YUV122.68147.37154.62-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.65%
GREEN value IS 97 (38.28% from 255) = 23.43%
BLUE value IS 157 (61.72% from 255) = 37.92%
R=38.65%
G=23.43%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1609715700.390.020.37302.8624.950.39
HexA0619D02722512f1932
Octal2401412350472454573162
Binary1010000011000011001110101001111010010110010111111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0619D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0619D; }

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

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

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

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

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

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

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

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