Html Css Color HEX #A977AA Violet Blue

📋 copy color: '#A977AA'

red 169 ◦ green 119 ◦ blue 170

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

Shades of Violet Blue #A977AA

Tints of Violet Blue #A977AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.12%

R = 36.9%
G = 25.98%
B = 37.12%

CMYK

 C value IS 0.01

 M value IS 0.3

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A977AA (or 0xA977AA) is known color: Violet Blue. HEX triplet: A9, 77 and AA. RGB value is (169,119,170). Sum of RGB (Red+Green+Blue) = 169+119+170=458 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.90% from 458); Green value is 119 (46.88% from 255 or 25.98% from 458); Blue value is 170 (66.80% from 255 or 37.12% from 458); Max value from RGB is 170 - color contains mainly: blue. Hex color #A977AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A977AA is #568855. Grayscale: #8B8B8B. Windows color (decimal): -5670998 or 11171753. OLE color: 11171753.

HSL color Cylindrical-coordinate representation of color #A977AA: hue angle of 298.82º 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 #A977AA is Cyan = 0.01, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 169 119 170 -
CMYK 0.01 0.3 0 0.33
HSL 298.82º 0.23% 0.57% -
HSV(B) 298.82º 0.3% 0.67% -
XYZ 30.21 24.53 41.17 -
YUV 139.76 145.07 148.85 -
System Red Green Blue C M Y K H S L
Decimal 169 119 170 0.01 0.3 0 0.33 298.82 0.23 0.57
Hex A9 77 AA 1 1E 0 21 12B 17 39
Octal 251 167 252 1 36 0 41 453 27 71
Binary 10101001 1110111 10101010 1 11110 0 100001 100101011 10111 111001

Color Harmonies of #A977AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A977AA

Black with #A977AA

Text Example


Text Example

White with #A977AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A977AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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