#A778AD

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

Shades of Violet Blue #A778AD

Tints of Violet Blue #A778AD

Color information

#A778AD (or 0xA778AD) is unknown color: approx Violet Blue. HEX triplet: A7, 78 and AD. RGB value is (167,120,173). Sum of RGB (Red+Green+Blue) = 167+120+173=460 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.30% from 460); Green value is 120 (47.27% from 255 or 26.09% from 460); Blue value is 173 (67.97% from 255 or 37.61% from 460); Max value from RGB is 173 - color contains mainly: blue. Hex color #A778AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A778AD is #588752. Grayscale: #8B8B8B. Windows color (decimal): -5801811 or 11368615. OLE color: 11368615.

HSL color Cylindrical-coordinate representation of color #A778AD: hue angle of 293.21º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A778AD is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB167120173-
CMYK0.030.3100.32
HSL293.21º24.42%57.45%-
HSV(B)293.21º30.64%67.84%-
XYZ30.224.6742.7-
YUV140.1146.57147.19-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.30%
GREEN value IS 120 (47.27% from 255) = 26.09%
BLUE value IS 173 (67.97% from 255) = 37.61%
R=36.30%
G=26.09%
B=37.61%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1671201730.030.3100.32293.2124.4257.45
HexA778AD31F0201251839
Octal2471702553370404453071
Binary101001111111000101011011111111010000010010010111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A778AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A778AD; }

 p { color: rgb(167,120,173); }

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

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

 a { background-color: rgb(167,120,173); }

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

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

 span { border-color: rgb(167,120,173); }

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