#A078A4

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

Shades of Violet Blue #A078A4

Tints of Violet Blue #A078A4

Color information

#A078A4 (or 0xA078A4) is unknown color: approx Violet Blue. HEX triplet: A0, 78 and A4. RGB value is (160,120,164). Sum of RGB (Red+Green+Blue) = 160+120+164=444 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.04% from 444); Green value is 120 (47.27% from 255 or 27.03% from 444); Blue value is 164 (64.45% from 255 or 36.94% from 444); Max value from RGB is 164 - color contains mainly: blue. Hex color #A078A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A078A4 is #5F875B. Grayscale: #888888. Windows color (decimal): -6260572 or 10778784. OLE color: 10778784.

HSL color Cylindrical-coordinate representation of color #A078A4: hue angle of 294.55º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A078A4 is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB160120164-
CMYK0.020.2700.36
HSL294.55º19.47%55.69%-
HSV(B)294.55º26.83%64.31%-
XYZ27.9123.5938.2-
YUV136.98143.25144.42-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.04%
GREEN value IS 120 (47.27% from 255) = 27.03%
BLUE value IS 164 (64.45% from 255) = 36.94%
R=36.04%
G=27.03%
B=36.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1601201640.020.2700.36294.5519.4755.69
HexA078A421B0241271338
Octal2401702442330444472370
Binary101000001111000101001001011011010010010010011110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A078A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A078A4; }

 p { color: rgb(160,120,164); }

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

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

 a { background-color: rgb(160,120,164); }

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

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

 span { border-color: rgb(160,120,164); }

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