Html Css Color HEX #A77BA1 Bouquet

📋 copy color: '#A77BA1'

red 167 ◦ green 123 ◦ blue 161

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

Shades of Bouquet #A77BA1

Tints of Bouquet #A77BA1

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.27%

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

R = 37.03%
G = 27.27%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A77BA1 (or 0xA77BA1) is known color: Bouquet. HEX triplet: A7, 7B and A1. RGB value is (167,123,161). Sum of RGB (Red+Green+Blue) = 167+123+161=451 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.03% from 451); Green value is 123 (48.44% from 255 or 27.27% from 451); Blue value is 161 (63.28% from 255 or 35.70% from 451); Max value from RGB is 167 - color contains mainly: red. Hex color #A77BA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77BA1 is #58845E. Grayscale: #8C8C8C. Windows color (decimal): -5801055 or 10582951. OLE color: 10582951.

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

Color convert

RGB 167 123 161 -
CMYK 0 0.26 0.04 0.35
HSL 308.18º 0.2% 0.57% -
HSV(B) 308.18º 0.26% 0.65% -
XYZ 29.45 24.95 36.98 -
YUV 140.49 139.58 146.91 -
System Red Green Blue C M Y K H S L
Decimal 167 123 161 0 0.26 0.04 0.35 308.18 0.2 0.57
Hex A7 7B A1 0 1A 4 23 134 14 39
Octal 247 173 241 0 32 4 43 464 24 71
Binary 10100111 1111011 10100001 0 11010 100 100011 100110100 10100 111001

Color Harmonies of #A77BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77BA1

Black with #A77BA1

Text Example


Text Example

White with #A77BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77BA1; }

 p { color: rgb(167,123,161); }

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

background-color css

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

 a { background-color: rgb(167,123,161); }

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

border-color css

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

 span { border-color: rgb(167,123,161); }

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