Html Css Color HEX #A17C9C Bouquet

📋 copy color: '#A17C9C'

red 161 ◦ green 124 ◦ blue 156

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

Shades of Bouquet #A17C9C

Tints of Bouquet #A17C9C

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.12%

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

R = 36.51%
G = 28.12%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.03

 K value IS 0.37

RGB Variations

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

Color information

#A17C9C (or 0xA17C9C) is known color: Bouquet. HEX triplet: A1, 7C and 9C. RGB value is (161,124,156). Sum of RGB (Red+Green+Blue) = 161+124+156=441 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.51% from 441); Green value is 124 (48.83% from 255 or 28.12% from 441); Blue value is 156 (61.33% from 255 or 35.37% from 441); Max value from RGB is 161 - color contains mainly: red. Hex color #A17C9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17C9C is #5E8363. Grayscale: #8A8A8A. Windows color (decimal): -6194020 or 10255521. OLE color: 10255521.

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

Color convert

RGB 161 124 156 -
CMYK 0 0.23 0.03 0.37
HSL 308.11º 0.16% 0.56% -
HSV(B) 308.11º 0.23% 0.63% -
XYZ 27.91 24.39 34.69 -
YUV 138.71 137.76 143.9 -
System Red Green Blue C M Y K H S L
Decimal 161 124 156 0 0.23 0.03 0.37 308.11 0.16 0.56
Hex A1 7C 9C 0 17 3 25 134 10 38
Octal 241 174 234 0 27 3 45 464 20 70
Binary 10100001 1111100 10011100 0 10111 11 100101 100110100 10000 111000

Color Harmonies of #A17C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17C9C

Black with #A17C9C

Text Example


Text Example

White with #A17C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17C9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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