Html Css Color HEX #A976AA Violet Blue

📋 copy color: '#A976AA'

red 169 ◦ green 118 ◦ blue 170

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

Shades of Violet Blue #A976AA

Tints of Violet Blue #A976AA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.82%

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

R = 36.98%
G = 25.82%
B = 37.2%

CMYK

 C value IS 0.01

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A976AA (or 0xA976AA) is known color: Violet Blue. HEX triplet: A9, 76 and AA. RGB value is (169,118,170). Sum of RGB (Red+Green+Blue) = 169+118+170=457 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.98% from 457); Green value is 118 (46.48% from 255 or 25.82% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 170 - color contains mainly: blue. Hex color #A976AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A976AA is #568955. Grayscale: #8B8B8B. Windows color (decimal): -5671254 or 11171497. OLE color: 11171497.

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

Color convert

RGB 169 118 170 -
CMYK 0.01 0.31 0 0.33
HSL 298.85º 0.23% 0.56% -
HSV(B) 298.85º 0.31% 0.67% -
XYZ 30.1 24.29 41.13 -
YUV 139.18 145.4 149.27 -
System Red Green Blue C M Y K H S L
Decimal 169 118 170 0.01 0.31 0 0.33 298.85 0.23 0.56
Hex A9 76 AA 1 1F 0 21 12B 17 38
Octal 251 166 252 1 37 0 41 453 27 70
Binary 10101001 1110110 10101010 1 11111 0 100001 100101011 10111 111000

Color Harmonies of #A976AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A976AA

Black with #A976AA

Text Example


Text Example

White with #A976AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A976AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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