Html Css Color HEX #AD8AA1 Bouquet

📋 copy color: '#AD8AA1'

red 173 ◦ green 138 ◦ blue 161

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

Shades of Bouquet #AD8AA1

Tints of Bouquet #AD8AA1

RGB

 RED value IS 173 (67.97% from 255) = 36.65%

 GREEN value IS 138 (54.3% from 255) = 29.24%

 BLUE value IS 161 (63.28% from 255) = 34.11%

R = 36.65%
G = 29.24%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.07

 K value IS 0.32

RGB Variations

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

Color information

#AD8AA1 (or 0xAD8AA1) is known color: Bouquet. HEX triplet: AD, 8A and A1. RGB value is (173,138,161). Sum of RGB (Red+Green+Blue) = 173+138+161=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 138 (54.30% from 255 or 29.24% from 472); Blue value is 161 (63.28% from 255 or 34.11% from 472); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8AA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8AA1 is #52755E. Grayscale: #979797. Windows color (decimal): -5403999 or 10586797. OLE color: 10586797.

HSL color Cylindrical-coordinate representation of color #AD8AA1: hue angle of 320.57º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AD8AA1 is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 138 161 -
CMYK 0 0.20 0.07 0.32
HSL 320.57º 0.18% 0.61% -
HSV(B) 320.57º 0.2% 0.68% -
XYZ 32.76 29.63 37.71 -
YUV 151.09 133.6 143.63 -
System Red Green Blue C M Y K H S L
Decimal 173 138 161 0 0.20 0.07 0.32 320.57 0.18 0.61
Hex AD 8A A1 0 14 7 20 141 12 3D
Octal 255 212 241 0 24 7 40 501 22 75
Binary 10101101 10001010 10100001 0 10100 111 100000 101000001 10010 111101

Color Harmonies of #AD8AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8AA1

Black with #AD8AA1

Text Example


Text Example

White with #AD8AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8AA1; }

 p { color: rgb(173,138,161); }

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

background-color css

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

 a { background-color: rgb(173,138,161); }

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

border-color css

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

 span { border-color: rgb(173,138,161); }

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