#A0478E

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

Shades of Violet Blue #A0478E

Tints of Violet Blue #A0478E

Color information

#A0478E (or 0xA0478E) is unknown color: approx Violet Blue. HEX triplet: A0, 47 and 8E. RGB value is (160,71,142). Sum of RGB (Red+Green+Blue) = 160+71+142=373 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.90% from 373); Green value is 71 (28.12% from 255 or 19.03% from 373); Blue value is 142 (55.86% from 255 or 38.07% from 373); Max value from RGB is 160 - color contains mainly: red. Hex color #A0478E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0478E is #5FB871. Grayscale: #696969. Windows color (decimal): -6273138 or 9324448. OLE color: 9324448.

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

Color convert

RGB16071142-
CMYK00.560.110.37
HSL312.13º38.53%45.29%-
HSV(B)312.13º55.62%62.75%-
XYZ21.6313.9327.14-
YUV105.7148.49166.73-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.90%
GREEN value IS 71 (28.12% from 255) = 19.03%
BLUE value IS 142 (55.86% from 255) = 38.07%
R=42.90%
G=19.03%
B=38.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1607114200.560.110.37312.1338.5345.29
HexA0478E038B25138272d
Octal24010721607013454704755
Binary1010000010001111000111001110001011100101100111000100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0478E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0478E; }

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

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

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

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

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

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

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

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