#A978AF

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

Shades of Violet Blue #A978AF

Tints of Violet Blue #A978AF

Color information

#A978AF (or 0xA978AF) is unknown color: approx Violet Blue. HEX triplet: A9, 78 and AF. RGB value is (169,120,175). Sum of RGB (Red+Green+Blue) = 169+120+175=464 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.42% from 464); Green value is 120 (47.27% from 255 or 25.86% from 464); Blue value is 175 (68.75% from 255 or 37.72% from 464); Max value from RGB is 175 - color contains mainly: blue. Hex color #A978AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A978AF is #568750. Grayscale: #8C8C8C. Windows color (decimal): -5670737 or 11499689. OLE color: 11499689.

HSL color Cylindrical-coordinate representation of color #A978AF: hue angle of 293.45º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A978AF is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB169120175-
CMYK0.030.3100.31
HSL293.45º25.58%57.84%-
HSV(B)293.45º31.43%68.63%-
XYZ30.8224.9643.75-
YUV140.92147.23148.03-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.42%
GREEN value IS 120 (47.27% from 255) = 25.86%
BLUE value IS 175 (68.75% from 255) = 37.72%
R=36.42%
G=25.86%
B=37.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1691201750.030.3100.31293.4525.5857.84
HexA978AF31F01F1251a3a
Octal2511702573370374453272
Binary10101001111100010101111111111101111110010010111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A978AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A978AF; }

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

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

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

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

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

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

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

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