Html Css Color HEX #A976A1 Bouquet

📋 copy color: '#A976A1'

red 169 ◦ green 118 ◦ blue 161

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

Shades of Bouquet #A976A1

Tints of Bouquet #A976A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 35.94%

R = 37.72%
G = 26.34%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.05

 K value IS 0.34

RGB Variations

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

Color information

#A976A1 (or 0xA976A1) is known color: Bouquet. HEX triplet: A9, 76 and A1. RGB value is (169,118,161). Sum of RGB (Red+Green+Blue) = 169+118+161=448 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.72% from 448); Green value is 118 (46.48% from 255 or 26.34% from 448); Blue value is 161 (63.28% from 255 or 35.94% from 448); Max value from RGB is 169 - color contains mainly: red. Hex color #A976A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A976A1 is #56895E. Grayscale: #8A8A8A. Windows color (decimal): -5671263 or 10581673. OLE color: 10581673.

HSL color Cylindrical-coordinate representation of color #A976A1: hue angle of 309.41º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A976A1 is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 118 161 -
CMYK 0 0.30 0.05 0.34
HSL 309.41º 0.23% 0.56% -
HSV(B) 309.41º 0.3% 0.66% -
XYZ 29.27 23.97 36.8 -
YUV 138.15 140.9 150 -
System Red Green Blue C M Y K H S L
Decimal 169 118 161 0 0.30 0.05 0.34 309.41 0.23 0.56
Hex A9 76 A1 0 1E 5 22 135 17 38
Octal 251 166 241 0 36 5 42 465 27 70
Binary 10101001 1110110 10100001 0 11110 101 100010 100110101 10111 111000

Color Harmonies of #A976A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A976A1

Black with #A976A1

Text Example


Text Example

White with #A976A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A976A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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