#A978AA

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

Shades of Violet Blue #A978AA

Tints of Violet Blue #A978AA

Color information

#A978AA (or 0xA978AA) is unknown color: approx Violet Blue. HEX triplet: A9, 78 and AA. RGB value is (169,120,170). Sum of RGB (Red+Green+Blue) = 169+120+170=459 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.82% from 459); Green value is 120 (47.27% from 255 or 26.14% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 170 - color contains mainly: blue. Hex color #A978AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A978AA is #568755. Grayscale: #8C8C8C. Windows color (decimal): -5670742 or 11172009. OLE color: 11172009.

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

Color convert

RGB169120170-
CMYK0.010.2900.33
HSL298.8º22.73%56.86%-
HSV(B)298.8º29.41%66.67%-
XYZ30.3324.7741.21-
YUV140.35144.73148.43-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.82%
GREEN value IS 120 (47.27% from 255) = 26.14%
BLUE value IS 170 (66.80% from 255) = 37.04%
R=36.82%
G=26.14%
B=37.04%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691201700.010.2900.33298.822.7356.86
HexA978AA11D02112b1739
Octal2511702521350414532771
Binary10101001111100010101010111101010000110010101110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A978AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A978AA; }

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

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

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

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

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

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

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

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