Html Css Color HEX #A17E9B Bouquet

📋 copy color: '#A17E9B'

red 161 ◦ green 126 ◦ blue 155

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

Shades of Bouquet #A17E9B

Tints of Bouquet #A17E9B

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.51%

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

R = 36.43%
G = 28.51%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.04

 K value IS 0.37

RGB Variations

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

Color information

#A17E9B (or 0xA17E9B) is known color: Bouquet. HEX triplet: A1, 7E and 9B. RGB value is (161,126,155). Sum of RGB (Red+Green+Blue) = 161+126+155=442 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.43% from 442); Green value is 126 (49.61% from 255 or 28.51% from 442); Blue value is 155 (60.94% from 255 or 35.07% from 442); Max value from RGB is 161 - color contains mainly: red. Hex color #A17E9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17E9B is #5E8164. Grayscale: #8B8B8B. Windows color (decimal): -6193509 or 10190497. OLE color: 10190497.

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

Color convert

RGB 161 126 155 -
CMYK 0 0.22 0.04 0.37
HSL 310.29º 0.16% 0.56% -
HSV(B) 310.29º 0.22% 0.63% -
XYZ 28.08 24.87 34.33 -
YUV 139.77 136.6 143.14 -
System Red Green Blue C M Y K H S L
Decimal 161 126 155 0 0.22 0.04 0.37 310.29 0.16 0.56
Hex A1 7E 9B 0 16 4 25 136 10 38
Octal 241 176 233 0 26 4 45 466 20 70
Binary 10100001 1111110 10011011 0 10110 100 100101 100110110 10000 111000

Color Harmonies of #A17E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17E9B

Black with #A17E9B

Text Example


Text Example

White with #A17E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17E9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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