#A978AD

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

Shades of Violet Blue #A978AD

Tints of Violet Blue #A978AD

Color information

#A978AD (or 0xA978AD) is unknown color: approx Violet Blue. HEX triplet: A9, 78 and AD. RGB value is (169,120,173). Sum of RGB (Red+Green+Blue) = 169+120+173=462 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.58% from 462); Green value is 120 (47.27% from 255 or 25.97% from 462); Blue value is 173 (67.97% from 255 or 37.45% from 462); Max value from RGB is 173 - color contains mainly: blue. Hex color #A978AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A978AD is #568752. Grayscale: #8C8C8C. Windows color (decimal): -5670739 or 11368617. OLE color: 11368617.

HSL color Cylindrical-coordinate representation of color #A978AD: hue angle of 295.47º 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 #A978AD is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB169120173-
CMYK0.020.3100.32
HSL295.47º24.42%57.45%-
HSV(B)295.47º30.64%67.84%-
XYZ30.6224.8942.72-
YUV140.69146.23148.19-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.58%
GREEN value IS 120 (47.27% from 255) = 25.97%
BLUE value IS 173 (67.97% from 255) = 37.45%
R=36.58%
G=25.97%
B=37.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1691201730.020.3100.32295.4724.4257.45
HexA978AD21F0201271839
Octal2511702552370404473071
Binary101010011111000101011011011111010000010010011111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A978AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A978AD; }

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

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

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

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

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

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

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

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