#A0479A

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

Shades of Violet Blue #A0479A

Tints of Violet Blue #A0479A

Color information

#A0479A (or 0xA0479A) is unknown color: approx Violet Blue. HEX triplet: A0, 47 and 9A. RGB value is (160,71,154). Sum of RGB (Red+Green+Blue) = 160+71+154=385 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.56% from 385); Green value is 71 (28.12% from 255 or 18.44% from 385); Blue value is 154 (60.55% from 255 or 40% from 385); Max value from RGB is 160 - color contains mainly: red. Hex color #A0479A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0479A is #5FB865. Grayscale: #6A6A6A. Windows color (decimal): -6273126 or 10110880. OLE color: 10110880.

HSL color Cylindrical-coordinate representation of color #A0479A: hue angle of 304.04º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A0479A is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.37.

Color convert

RGB16071154-
CMYK00.560.040.37
HSL304.04º38.53%45.29%-
HSV(B)304.04º55.62%62.75%-
XYZ22.5814.3132.14-
YUV107.07154.49165.75-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.56%
GREEN value IS 71 (28.12% from 255) = 18.44%
BLUE value IS 154 (60.55% from 255) = 40%
R=41.56%
G=18.44%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1607115400.560.040.37304.0438.5345.29
HexA0479A038425130272d
Octal2401072320704454604755
Binary101000001000111100110100111000100100101100110000100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0479A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0479A; }

 p { color: rgb(160,71,154); }

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

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

 a { background-color: rgb(160,71,154); }

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

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

 span { border-color: rgb(160,71,154); }

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