Html Css Color HEX #A77D94 Bouquet

📋 copy color: '#A77D94'

red 167 ◦ green 125 ◦ blue 148

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

Shades of Bouquet #A77D94

Tints of Bouquet #A77D94

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.41%

 BLUE value IS 148 (58.2% from 255) = 33.64%

R = 37.95%
G = 28.41%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#A77D94 (or 0xA77D94) is known color: Bouquet. HEX triplet: A7, 7D and 94. RGB value is (167,125,148). Sum of RGB (Red+Green+Blue) = 167+125+148=440 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.95% from 440); Green value is 125 (49.22% from 255 or 28.41% from 440); Blue value is 148 (58.20% from 255 or 33.64% from 440); Max value from RGB is 167 - color contains mainly: red. Hex color #A77D94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77D94 is #58826B. Grayscale: #8C8C8C. Windows color (decimal): -5800556 or 9731495. OLE color: 9731495.

HSL color Cylindrical-coordinate representation of color #A77D94: hue angle of 327.14º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A77D94 is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 125 148 -
CMYK 0 0.25 0.11 0.35
HSL 327.14º 0.19% 0.57% -
HSV(B) 327.14º 0.25% 0.65% -
XYZ 28.62 25.02 31.34 -
YUV 140.18 132.41 147.13 -
System Red Green Blue C M Y K H S L
Decimal 167 125 148 0 0.25 0.11 0.35 327.14 0.19 0.57
Hex A7 7D 94 0 19 B 23 147 13 39
Octal 247 175 224 0 31 13 43 507 23 71
Binary 10100111 1111101 10010100 0 11001 1011 100011 101000111 10011 111001

Color Harmonies of #A77D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77D94

Black with #A77D94

Text Example


Text Example

White with #A77D94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77D94; }

 p { color: rgb(167,125,148); }

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

background-color css

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

 a { background-color: rgb(167,125,148); }

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

border-color css

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

 span { border-color: rgb(167,125,148); }

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