Html Css Color HEX #AD7FA1 Bouquet

📋 copy color: '#AD7FA1'

red 173 ◦ green 127 ◦ blue 161

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

Shades of Bouquet #AD7FA1

Tints of Bouquet #AD7FA1

RGB

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

 GREEN value IS 127 (50% from 255) = 27.55%

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

R = 37.53%
G = 27.55%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.07

 K value IS 0.32

RGB Variations

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

Color information

#AD7FA1 (or 0xAD7FA1) is known color: Bouquet. HEX triplet: AD, 7F and A1. RGB value is (173,127,161). Sum of RGB (Red+Green+Blue) = 173+127+161=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 127 (50% from 255 or 27.55% from 461); Blue value is 161 (63.28% from 255 or 34.92% from 461); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7FA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7FA1 is #52805E. Grayscale: #909090. Windows color (decimal): -5406815 or 10583981. OLE color: 10583981.

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

Color convert

RGB 173 127 161 -
CMYK 0 0.27 0.07 0.32
HSL 315.65º 0.22% 0.59% -
HSV(B) 315.65º 0.27% 0.68% -
XYZ 31.26 26.64 37.21 -
YUV 144.63 137.24 148.24 -
System Red Green Blue C M Y K H S L
Decimal 173 127 161 0 0.27 0.07 0.32 315.65 0.22 0.59
Hex AD 7F A1 0 1B 7 20 13C 16 3B
Octal 255 177 241 0 33 7 40 474 26 73
Binary 10101101 1111111 10100001 0 11011 111 100000 100111100 10110 111011

Color Harmonies of #AD7FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7FA1

Black with #AD7FA1

Text Example


Text Example

White with #AD7FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7FA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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