Html Css Color HEX #A979AD Violet Blue

📋 copy color: '#A979AD'

red 169 ◦ green 121 ◦ blue 173

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

Shades of Violet Blue #A979AD

Tints of Violet Blue #A979AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 37.37%

R = 36.5%
G = 26.13%
B = 37.37%

CMYK

 C value IS 0.02

 M value IS 0.30

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A979AD (or 0xA979AD) is known color: Violet Blue. HEX triplet: A9, 79 and AD. RGB value is (169,121,173). Sum of RGB (Red+Green+Blue) = 169+121+173=463 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.50% from 463); Green value is 121 (47.66% from 255 or 26.13% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 173 - color contains mainly: blue. Hex color #A979AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A979AD is #568652. Grayscale: #8D8D8D. Windows color (decimal): -5670483 or 11368873. OLE color: 11368873.

HSL color Cylindrical-coordinate representation of color #A979AD: hue angle of 295.38º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A979AD is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 169 121 173 -
CMYK 0.02 0.30 0 0.32
HSL 295.38º 0.24% 0.58% -
HSV(B) 295.38º 0.3% 0.68% -
XYZ 30.74 25.13 42.76 -
YUV 141.28 145.9 147.77 -
System Red Green Blue C M Y K H S L
Decimal 169 121 173 0.02 0.30 0 0.32 295.38 0.24 0.58
Hex A9 79 AD 2 1E 0 20 127 18 3A
Octal 251 171 255 2 36 0 40 447 30 72
Binary 10101001 1111001 10101101 10 11110 0 100000 100100111 11000 111010

Color Harmonies of #A979AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A979AD

Black with #A979AD

Text Example


Text Example

White with #A979AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A979AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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