Html Css Color HEX #A976AB Violet Blue

📋 copy color: '#A976AB'

red 169 ◦ green 118 ◦ blue 171

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

Shades of Violet Blue #A976AB

Tints of Violet Blue #A976AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.34%

R = 36.9%
G = 25.76%
B = 37.34%

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

#A976AB (or 0xA976AB) is known color: Violet Blue. HEX triplet: A9, 76 and AB. RGB value is (169,118,171). Sum of RGB (Red+Green+Blue) = 169+118+171=458 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.90% from 458); Green value is 118 (46.48% from 255 or 25.76% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 171 - color contains mainly: blue. Hex color #A976AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A976AB is #568954. Grayscale: #8B8B8B. Windows color (decimal): -5671253 or 11237033. OLE color: 11237033.

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

Color convert

RGB 169 118 171 -
CMYK 0.01 0.31 0 0.33
HSL 297.74º 0.24% 0.57% -
HSV(B) 297.74º 0.31% 0.67% -
XYZ 30.19 24.33 41.63 -
YUV 139.29 145.9 149.19 -
System Red Green Blue C M Y K H S L
Decimal 169 118 171 0.01 0.31 0 0.33 297.74 0.24 0.57
Hex A9 76 AB 1 1F 0 21 12A 18 39
Octal 251 166 253 1 37 0 41 452 30 71
Binary 10101001 1110110 10101011 1 11111 0 100001 100101010 11000 111001

Color Harmonies of #A976AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A976AB

Black with #A976AB

Text Example


Text Example

White with #A976AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A976AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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