Html Css Color HEX #A1779C Bouquet

📋 copy color: '#A1779C'

red 161 ◦ green 119 ◦ blue 156

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

Shades of Bouquet #A1779C

Tints of Bouquet #A1779C

RGB

 RED value IS 161 (63.28% from 255) = 36.93%

 GREEN value IS 119 (46.88% from 255) = 27.29%

 BLUE value IS 156 (61.33% from 255) = 35.78%

R = 36.93%
G = 27.29%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.03

 K value IS 0.37

RGB Variations

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

Color information

#A1779C (or 0xA1779C) is known color: Bouquet. HEX triplet: A1, 77 and 9C. RGB value is (161,119,156). Sum of RGB (Red+Green+Blue) = 161+119+156=436 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.93% from 436); Green value is 119 (46.88% from 255 or 27.29% from 436); Blue value is 156 (61.33% from 255 or 35.78% from 436); Max value from RGB is 161 - color contains mainly: red. Hex color #A1779C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1779C is #5E8863. Grayscale: #878787. Windows color (decimal): -6195300 or 10254241. OLE color: 10254241.

HSL color Cylindrical-coordinate representation of color #A1779C: hue angle of 307.14º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A1779C is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 119 156 -
CMYK 0 0.26 0.03 0.37
HSL 307.14º 0.18% 0.55% -
HSV(B) 307.14º 0.26% 0.63% -
XYZ 27.3 23.17 34.49 -
YUV 135.78 139.41 145.99 -
System Red Green Blue C M Y K H S L
Decimal 161 119 156 0 0.26 0.03 0.37 307.14 0.18 0.55
Hex A1 77 9C 0 1A 3 25 133 12 37
Octal 241 167 234 0 32 3 45 463 22 67
Binary 10100001 1110111 10011100 0 11010 11 100101 100110011 10010 110111

Color Harmonies of #A1779C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1779C

Black with #A1779C

Text Example


Text Example

White with #A1779C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1779C; }

 p { color: rgb(161,119,156); }

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

background-color css

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

 a { background-color: rgb(161,119,156); }

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

border-color css

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

 span { border-color: rgb(161,119,156); }

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