Html Css Color HEX #A1769C Bouquet

📋 copy color: '#A1769C'

red 161 ◦ green 118 ◦ blue 156

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

Shades of Bouquet #A1769C

Tints of Bouquet #A1769C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.13%

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

R = 37.01%
G = 27.13%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.03

 K value IS 0.37

RGB Variations

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

Color information

#A1769C (or 0xA1769C) is known color: Bouquet. HEX triplet: A1, 76 and 9C. RGB value is (161,118,156). Sum of RGB (Red+Green+Blue) = 161+118+156=435 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.01% from 435); Green value is 118 (46.48% from 255 or 27.13% from 435); Blue value is 156 (61.33% from 255 or 35.86% from 435); Max value from RGB is 161 - color contains mainly: red. Hex color #A1769C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1769C is #5E8963. Grayscale: #878787. Windows color (decimal): -6195556 or 10253985. OLE color: 10253985.

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

Color convert

RGB 161 118 156 -
CMYK 0 0.27 0.03 0.37
HSL 306.98º 0.19% 0.55% -
HSV(B) 306.98º 0.27% 0.63% -
XYZ 27.18 22.93 34.45 -
YUV 135.19 139.75 146.41 -
System Red Green Blue C M Y K H S L
Decimal 161 118 156 0 0.27 0.03 0.37 306.98 0.19 0.55
Hex A1 76 9C 0 1B 3 25 133 13 37
Octal 241 166 234 0 33 3 45 463 23 67
Binary 10100001 1110110 10011100 0 11011 11 100101 100110011 10011 110111

Color Harmonies of #A1769C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1769C

Black with #A1769C

Text Example


Text Example

White with #A1769C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1769C; }

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

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

background-color css

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

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

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

border-color css

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

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

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