Html Css Color HEX #A979AC Violet Blue

📋 copy color: '#A979AC'

red 169 ◦ green 121 ◦ blue 172

#A979AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet Blue #A979AC

Tints of Violet Blue #A979AC

RGB

 RED value IS 169 (66.41% from 255) = 36.58%

 GREEN value IS 121 (47.66% from 255) = 26.19%

 BLUE value IS 172 (67.58% from 255) = 37.23%

R = 36.58%
G = 26.19%
B = 37.23%

CMYK

 C value IS 0.02

 M value IS 0.30

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A979AC (or 0xA979AC) is known color: Violet Blue. HEX triplet: A9, 79 and AC. RGB value is (169,121,172). Sum of RGB (Red+Green+Blue) = 169+121+172=462 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.58% from 462); Green value is 121 (47.66% from 255 or 26.19% from 462); Blue value is 172 (67.58% from 255 or 37.23% from 462); Max value from RGB is 172 - color contains mainly: blue. Hex color #A979AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A979AC is #568653. Grayscale: #8D8D8D. Windows color (decimal): -5670484 or 11303337. OLE color: 11303337.

HSL color Cylindrical-coordinate representation of color #A979AC: hue angle of 296.47º degrees, saturation: 0.24, 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 #A979AC is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 169 121 172 -
CMYK 0.02 0.30 0 0.33
HSL 296.47º 0.24% 0.57% -
HSV(B) 296.47º 0.3% 0.67% -
XYZ 30.65 25.09 42.26 -
YUV 141.17 145.4 147.85 -
System Red Green Blue C M Y K H S L
Decimal 169 121 172 0.02 0.30 0 0.33 296.47 0.24 0.57
Hex A9 79 AC 2 1E 0 21 128 18 39
Octal 251 171 254 2 36 0 41 450 30 71
Binary 10101001 1111001 10101100 10 11110 0 100001 100101000 11000 111001

Color Harmonies of #A979AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A979AC

Black with #A979AC

Text Example


Text Example

White with #A979AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A979AC; }

 p { color: rgb(169,121,172); }

 H1.HeaderClassName
 {
   color: #A979AC;
 }
 .AnyTagClassName
 {
   color: #A979AC;
 }
</style>

background-color css

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

 a { background-color: rgb(169,121,172); }

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

border-color css

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

 span { border-color: rgb(169,121,172); }

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