Html Css Color HEX #A1759B Bouquet

📋 copy color: '#A1759B'

red 161 ◦ green 117 ◦ blue 155

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

Shades of Bouquet #A1759B

Tints of Bouquet #A1759B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.02%

 BLUE value IS 155 (60.94% from 255) = 35.8%

R = 37.18%
G = 27.02%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.04

 K value IS 0.37

RGB Variations

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

Color information

#A1759B (or 0xA1759B) is known color: Bouquet. HEX triplet: A1, 75 and 9B. RGB value is (161,117,155). Sum of RGB (Red+Green+Blue) = 161+117+155=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 117 (46.09% from 255 or 27.02% from 433); Blue value is 155 (60.94% from 255 or 35.80% from 433); Max value from RGB is 161 - color contains mainly: red. Hex color #A1759B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1759B is #5E8A64. Grayscale: #868686. Windows color (decimal): -6195813 or 10188193. OLE color: 10188193.

HSL color Cylindrical-coordinate representation of color #A1759B: hue angle of 308.18º 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 #A1759B is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 117 155 -
CMYK 0 0.27 0.04 0.37
HSL 308.18º 0.19% 0.55% -
HSV(B) 308.18º 0.27% 0.63% -
XYZ 26.98 22.67 33.96 -
YUV 134.49 139.58 146.91 -
System Red Green Blue C M Y K H S L
Decimal 161 117 155 0 0.27 0.04 0.37 308.18 0.19 0.55
Hex A1 75 9B 0 1B 4 25 134 13 37
Octal 241 165 233 0 33 4 45 464 23 67
Binary 10100001 1110101 10011011 0 11011 100 100101 100110100 10011 110111

Color Harmonies of #A1759B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1759B

Black with #A1759B

Text Example


Text Example

White with #A1759B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1759B; }

 p { color: rgb(161,117,155); }

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

background-color css

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

 a { background-color: rgb(161,117,155); }

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

border-color css

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

 span { border-color: rgb(161,117,155); }

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