Html Css Color HEX #A17A9B Bouquet

📋 copy color: '#A17A9B'

red 161 ◦ green 122 ◦ blue 155

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

Shades of Bouquet #A17A9B

Tints of Bouquet #A17A9B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.85%

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

R = 36.76%
G = 27.85%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.04

 K value IS 0.37

RGB Variations

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

Color information

#A17A9B (or 0xA17A9B) is known color: Bouquet. HEX triplet: A1, 7A and 9B. RGB value is (161,122,155). Sum of RGB (Red+Green+Blue) = 161+122+155=438 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.76% from 438); Green value is 122 (48.05% from 255 or 27.85% from 438); Blue value is 155 (60.94% from 255 or 35.39% from 438); Max value from RGB is 161 - color contains mainly: red. Hex color #A17A9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17A9B is #5E8564. Grayscale: #898989. Windows color (decimal): -6194533 or 10189473. OLE color: 10189473.

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

Color convert

RGB 161 122 155 -
CMYK 0 0.24 0.04 0.37
HSL 309.23º 0.17% 0.55% -
HSV(B) 309.23º 0.24% 0.63% -
XYZ 27.57 23.86 34.16 -
YUV 137.42 137.92 144.82 -
System Red Green Blue C M Y K H S L
Decimal 161 122 155 0 0.24 0.04 0.37 309.23 0.17 0.55
Hex A1 7A 9B 0 18 4 25 135 11 37
Octal 241 172 233 0 30 4 45 465 21 67
Binary 10100001 1111010 10011011 0 11000 100 100101 100110101 10001 110111

Color Harmonies of #A17A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17A9B

Black with #A17A9B

Text Example


Text Example

White with #A17A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17A9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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