Html Css Color HEX #A77D98 Bouquet

📋 copy color: '#A77D98'

red 167 ◦ green 125 ◦ blue 152

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

Shades of Bouquet #A77D98

Tints of Bouquet #A77D98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 34.23%

R = 37.61%
G = 28.15%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.09

 K value IS 0.35

RGB Variations

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

Color information

#A77D98 (or 0xA77D98) is known color: Bouquet. HEX triplet: A7, 7D and 98. RGB value is (167,125,152). Sum of RGB (Red+Green+Blue) = 167+125+152=444 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.61% from 444); Green value is 125 (49.22% from 255 or 28.15% from 444); Blue value is 152 (59.77% from 255 or 34.23% from 444); Max value from RGB is 167 - color contains mainly: red. Hex color #A77D98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77D98 is #588267. Grayscale: #8C8C8C. Windows color (decimal): -5800552 or 9993639. OLE color: 9993639.

HSL color Cylindrical-coordinate representation of color #A77D98: hue angle of 321.43º 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 #A77D98 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 125 152 -
CMYK 0 0.25 0.09 0.35
HSL 321.43º 0.19% 0.57% -
HSV(B) 321.43º 0.25% 0.65% -
XYZ 28.94 25.15 33.03 -
YUV 140.64 134.41 146.8 -
System Red Green Blue C M Y K H S L
Decimal 167 125 152 0 0.25 0.09 0.35 321.43 0.19 0.57
Hex A7 7D 98 0 19 9 23 141 13 39
Octal 247 175 230 0 31 11 43 501 23 71
Binary 10100111 1111101 10011000 0 11001 1001 100011 101000001 10011 111001

Color Harmonies of #A77D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77D98

Black with #A77D98

Text Example


Text Example

White with #A77D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77D98; }

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

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

background-color css

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

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

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

border-color css

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

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

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