Html Css Color HEX #AD8FA1 Bouquet

📋 copy color: '#AD8FA1'

red 173 ◦ green 143 ◦ blue 161

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

Shades of Bouquet #AD8FA1

Tints of Bouquet #AD8FA1

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.98%

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

R = 36.27%
G = 29.98%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.07

 K value IS 0.32

RGB Variations

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

Color information

#AD8FA1 (or 0xAD8FA1) is known color: Bouquet. HEX triplet: AD, 8F and A1. RGB value is (173,143,161). Sum of RGB (Red+Green+Blue) = 173+143+161=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 143 (56.25% from 255 or 29.98% from 477); Blue value is 161 (63.28% from 255 or 33.75% from 477); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8FA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8FA1 is #52705E. Grayscale: #999999. Windows color (decimal): -5402719 or 10588077. OLE color: 10588077.

HSL color Cylindrical-coordinate representation of color #AD8FA1: hue angle of 324º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AD8FA1 is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 143 161 -
CMYK 0 0.17 0.07 0.32
HSL 324º 0.15% 0.62% -
HSV(B) 324º 0.17% 0.68% -
XYZ 33.49 31.1 37.96 -
YUV 154.02 131.94 141.54 -
System Red Green Blue C M Y K H S L
Decimal 173 143 161 0 0.17 0.07 0.32 324 0.15 0.62
Hex AD 8F A1 0 11 7 20 144 F 3E
Octal 255 217 241 0 21 7 40 504 17 76
Binary 10101101 10001111 10100001 0 10001 111 100000 101000100 1111 111110

Color Harmonies of #AD8FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8FA1

Black with #AD8FA1

Text Example


Text Example

White with #AD8FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8FA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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