#A0619F

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

Shades of Violet Blue #A0619F

Tints of Violet Blue #A0619F

Color information

#A0619F (or 0xA0619F) is unknown color: approx Violet Blue. HEX triplet: A0, 61 and 9F. RGB value is (160,97,159). Sum of RGB (Red+Green+Blue) = 160+97+159=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 97 (38.28% from 255 or 23.32% from 416); Blue value is 159 (62.5% from 255 or 38.22% from 416); Max value from RGB is 160 - color contains mainly: red. Hex color #A0619F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0619F is #5F9E60. Grayscale: #7A7A7A. Windows color (decimal): -6266465 or 10445216. OLE color: 10445216.

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

Color convert

RGB16097159-
CMYK00.390.010.37
HSL300.95º24.9%50.39%-
HSV(B)300.95º39.38%62.75%-
XYZ25.0318.5335.06-
YUV122.9148.37154.46-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.46%
GREEN value IS 97 (38.28% from 255) = 23.32%
BLUE value IS 159 (62.5% from 255) = 38.22%
R=38.46%
G=23.32%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1609715900.390.010.37300.9524.950.39
HexA0619F02712512d1932
Octal2401412370471454553162
Binary101000001100001100111110100111110010110010110111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0619F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0619F; }

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

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

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

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

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

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

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

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