Html Css Color HEX #A76E9B Bouquet

📋 copy color: '#A76E9B'

red 167 ◦ green 110 ◦ blue 155

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

Shades of Bouquet #A76E9B

Tints of Bouquet #A76E9B

RGB

 RED value IS 167 (65.63% from 255) = 38.66%

 GREEN value IS 110 (43.36% from 255) = 25.46%

 BLUE value IS 155 (60.94% from 255) = 35.88%

R = 38.66%
G = 25.46%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A76E9B (or 0xA76E9B) is known color: Bouquet. HEX triplet: A7, 6E and 9B. RGB value is (167,110,155). Sum of RGB (Red+Green+Blue) = 167+110+155=432 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.66% from 432); Green value is 110 (43.36% from 255 or 25.46% from 432); Blue value is 155 (60.94% from 255 or 35.88% from 432); Max value from RGB is 167 - color contains mainly: red. Hex color #A76E9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76E9B is #589164. Grayscale: #848484. Windows color (decimal): -5804389 or 10186407. OLE color: 10186407.

HSL color Cylindrical-coordinate representation of color #A76E9B: hue angle of 312.63º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A76E9B is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 110 155 -
CMYK 0 0.34 0.07 0.35
HSL 312.63º 0.24% 0.54% -
HSV(B) 312.63º 0.34% 0.65% -
XYZ 27.43 21.73 33.76 -
YUV 132.17 140.88 152.84 -
System Red Green Blue C M Y K H S L
Decimal 167 110 155 0 0.34 0.07 0.35 312.63 0.24 0.54
Hex A7 6E 9B 0 22 7 23 139 18 36
Octal 247 156 233 0 42 7 43 471 30 66
Binary 10100111 1101110 10011011 0 100010 111 100011 100111001 11000 110110

Color Harmonies of #A76E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76E9B

Black with #A76E9B

Text Example


Text Example

White with #A76E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76E9B; }

 p { color: rgb(167,110,155); }

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

background-color css

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

 a { background-color: rgb(167,110,155); }

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

border-color css

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

 span { border-color: rgb(167,110,155); }

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