Html Css Color HEX #A977AD Violet Blue

📋 copy color: '#A977AD'

red 169 ◦ green 119 ◦ blue 173

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

Shades of Violet Blue #A977AD

Tints of Violet Blue #A977AD

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.81%

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

R = 36.66%
G = 25.81%
B = 37.53%

CMYK

 C value IS 0.02

 M value IS 0.31

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A977AD (or 0xA977AD) is known color: Violet Blue. HEX triplet: A9, 77 and AD. RGB value is (169,119,173). Sum of RGB (Red+Green+Blue) = 169+119+173=461 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.66% from 461); Green value is 119 (46.88% from 255 or 25.81% from 461); Blue value is 173 (67.97% from 255 or 37.53% from 461); Max value from RGB is 173 - color contains mainly: blue. Hex color #A977AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A977AD is #568852. Grayscale: #8B8B8B. Windows color (decimal): -5670995 or 11368361. OLE color: 11368361.

HSL color Cylindrical-coordinate representation of color #A977AD: hue angle of 295.56º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A977AD is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 169 119 173 -
CMYK 0.02 0.31 0 0.32
HSL 295.56º 0.25% 0.57% -
HSV(B) 295.56º 0.31% 0.68% -
XYZ 30.5 24.65 42.68 -
YUV 140.11 146.57 148.61 -
System Red Green Blue C M Y K H S L
Decimal 169 119 173 0.02 0.31 0 0.32 295.56 0.25 0.57
Hex A9 77 AD 2 1F 0 20 128 19 39
Octal 251 167 255 2 37 0 40 450 31 71
Binary 10101001 1110111 10101101 10 11111 0 100000 100101000 11001 111001

Color Harmonies of #A977AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A977AD

Black with #A977AD

Text Example


Text Example

White with #A977AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A977AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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