Html Css Color HEX #AD7DA2 Bouquet

📋 copy color: '#AD7DA2'

red 173 ◦ green 125 ◦ blue 162

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

Shades of Bouquet #AD7DA2

Tints of Bouquet #AD7DA2

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.17%

 BLUE value IS 162 (63.67% from 255) = 35.22%

R = 37.61%
G = 27.17%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.06

 K value IS 0.32

RGB Variations

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

Color information

#AD7DA2 (or 0xAD7DA2) is known color: Bouquet. HEX triplet: AD, 7D and A2. RGB value is (173,125,162). Sum of RGB (Red+Green+Blue) = 173+125+162=460 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.61% from 460); Green value is 125 (49.22% from 255 or 27.17% from 460); Blue value is 162 (63.67% from 255 or 35.22% from 460); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7DA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7DA2 is #52825D. Grayscale: #8F8F8F. Windows color (decimal): -5407326 or 10649005. OLE color: 10649005.

HSL color Cylindrical-coordinate representation of color #AD7DA2: hue angle of 313.75º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AD7DA2 is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 125 162 -
CMYK 0 0.28 0.06 0.32
HSL 313.75º 0.23% 0.58% -
HSV(B) 313.75º 0.28% 0.68% -
XYZ 31.09 26.16 37.59 -
YUV 143.57 138.4 148.99 -
System Red Green Blue C M Y K H S L
Decimal 173 125 162 0 0.28 0.06 0.32 313.75 0.23 0.58
Hex AD 7D A2 0 1C 6 20 13A 17 3A
Octal 255 175 242 0 34 6 40 472 27 72
Binary 10101101 1111101 10100010 0 11100 110 100000 100111010 10111 111010

Color Harmonies of #AD7DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7DA2

Black with #AD7DA2

Text Example


Text Example

White with #AD7DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7DA2; }

 p { color: rgb(173,125,162); }

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

background-color css

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

 a { background-color: rgb(173,125,162); }

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

border-color css

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

 span { border-color: rgb(173,125,162); }

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