Html Css Color HEX #A77F9E Bouquet

📋 copy color: '#A77F9E'

red 167 ◦ green 127 ◦ blue 158

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

Shades of Bouquet #A77F9E

Tints of Bouquet #A77F9E

RGB

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

 GREEN value IS 127 (50% from 255) = 28.1%

 BLUE value IS 158 (62.11% from 255) = 34.96%

R = 36.95%
G = 28.1%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A77F9E (or 0xA77F9E) is known color: Bouquet. HEX triplet: A7, 7F and 9E. RGB value is (167,127,158). Sum of RGB (Red+Green+Blue) = 167+127+158=452 (59% of max value = 765). Red value is 167 (65.62% from 255 or 36.95% from 452); Green value is 127 (50% from 255 or 28.10% from 452); Blue value is 158 (62.11% from 255 or 34.96% from 452); Max value from RGB is 167 - color contains mainly: red. Hex color #A77F9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77F9E is #588061. Grayscale: #8E8E8E. Windows color (decimal): -5800034 or 10387367. OLE color: 10387367.

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

Color convert

RGB 167 127 158 -
CMYK 0 0.24 0.05 0.35
HSL 313.5º 0.19% 0.58% -
HSV(B) 313.5º 0.24% 0.65% -
XYZ 29.7 25.86 35.77 -
YUV 142.49 136.75 145.48 -
System Red Green Blue C M Y K H S L
Decimal 167 127 158 0 0.24 0.05 0.35 313.5 0.19 0.58
Hex A7 7F 9E 0 18 5 23 13A 13 3A
Octal 247 177 236 0 30 5 43 472 23 72
Binary 10100111 1111111 10011110 0 11000 101 100011 100111010 10011 111010

Color Harmonies of #A77F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77F9E

Black with #A77F9E

Text Example


Text Example

White with #A77F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77F9E; }

 p { color: rgb(167,127,158); }

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

background-color css

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

 a { background-color: rgb(167,127,158); }

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

border-color css

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

 span { border-color: rgb(167,127,158); }

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