#A0478D

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

Shades of Violet Blue #A0478D

Tints of Violet Blue #A0478D

Color information

#A0478D (or 0xA0478D) is unknown color: approx Violet Blue. HEX triplet: A0, 47 and 8D. RGB value is (160,71,141). Sum of RGB (Red+Green+Blue) = 160+71+141=372 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.01% from 372); Green value is 71 (28.12% from 255 or 19.09% from 372); Blue value is 141 (55.47% from 255 or 37.90% from 372); Max value from RGB is 160 - color contains mainly: red. Hex color #A0478D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0478D is #5FB872. Grayscale: #696969. Windows color (decimal): -6273139 or 9258912. OLE color: 9258912.

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

Color convert

RGB16071141-
CMYK00.560.120.37
HSL312.81º38.53%45.29%-
HSV(B)312.81º55.62%62.75%-
XYZ21.5613.926.75-
YUV105.59147.99166.81-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.01%
GREEN value IS 71 (28.12% from 255) = 19.09%
BLUE value IS 141 (55.47% from 255) = 37.90%
R=43.01%
G=19.09%
B=37.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1607114100.560.120.37312.8138.5345.29
HexA0478D038C25139272d
Octal24010721507014454714755
Binary1010000010001111000110101110001100100101100111001100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0478D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0478D; }

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

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

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

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

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

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

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

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