Html Css Color HEX #A77095 Bouquet

📋 copy color: '#A77095'

red 167 ◦ green 112 ◦ blue 149

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

Shades of Bouquet #A77095

Tints of Bouquet #A77095

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.17%

 BLUE value IS 149 (58.59% from 255) = 34.81%

R = 39.02%
G = 26.17%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#A77095 (or 0xA77095) is known color: Bouquet. HEX triplet: A7, 70 and 95. RGB value is (167,112,149). Sum of RGB (Red+Green+Blue) = 167+112+149=428 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.02% from 428); Green value is 112 (44.14% from 255 or 26.17% from 428); Blue value is 149 (58.59% from 255 or 34.81% from 428); Max value from RGB is 167 - color contains mainly: red. Hex color #A77095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77095 is #588F6A. Grayscale: #848484. Windows color (decimal): -5803883 or 9793703. OLE color: 9793703.

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

Color convert

RGB 167 112 149 -
CMYK 0 0.33 0.11 0.35
HSL 319.64º 0.24% 0.55% -
HSV(B) 319.64º 0.33% 0.65% -
XYZ 27.16 21.97 31.24 -
YUV 132.66 137.22 152.49 -
System Red Green Blue C M Y K H S L
Decimal 167 112 149 0 0.33 0.11 0.35 319.64 0.24 0.55
Hex A7 70 95 0 21 B 23 140 18 37
Octal 247 160 225 0 41 13 43 500 30 67
Binary 10100111 1110000 10010101 0 100001 1011 100011 101000000 11000 110111

Color Harmonies of #A77095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77095

Black with #A77095

Text Example


Text Example

White with #A77095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77095; }

 p { color: rgb(167,112,149); }

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

background-color css

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

 a { background-color: rgb(167,112,149); }

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

border-color css

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

 span { border-color: rgb(167,112,149); }

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