#A978AB

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

Shades of Violet Blue #A978AB

Tints of Violet Blue #A978AB

Color information

#A978AB (or 0xA978AB) is unknown color: approx Violet Blue. HEX triplet: A9, 78 and AB. RGB value is (169,120,171). Sum of RGB (Red+Green+Blue) = 169+120+171=460 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.74% from 460); Green value is 120 (47.27% from 255 or 26.09% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 171 - color contains mainly: blue. Hex color #A978AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A978AB is #568754. Grayscale: #8C8C8C. Windows color (decimal): -5670741 or 11237545. OLE color: 11237545.

HSL color Cylindrical-coordinate representation of color #A978AB: hue angle of 297.65º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A978AB is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB169120171-
CMYK0.010.3000.33
HSL297.65º23.29%57.06%-
HSV(B)297.65º29.82%67.06%-
XYZ30.4324.8141.71-
YUV140.46145.23148.35-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.74%
GREEN value IS 120 (47.27% from 255) = 26.09%
BLUE value IS 171 (67.19% from 255) = 37.17%
R=36.74%
G=26.09%
B=37.17%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691201710.010.3000.33297.6523.2957.06
HexA978AB11E02112a1739
Octal2511702531360414522771
Binary10101001111100010101011111110010000110010101010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A978AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A978AB; }

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

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

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

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

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

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

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

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