Html Css Color HEX #AD7BA1 Bouquet

📋 copy color: '#AD7BA1'

red 173 ◦ green 123 ◦ blue 161

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

Shades of Bouquet #AD7BA1

Tints of Bouquet #AD7BA1

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.91%

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

R = 37.86%
G = 26.91%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.07

 K value IS 0.32

RGB Variations

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

Color information

#AD7BA1 (or 0xAD7BA1) is known color: Bouquet. HEX triplet: AD, 7B and A1. RGB value is (173,123,161). Sum of RGB (Red+Green+Blue) = 173+123+161=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 123 (48.44% from 255 or 26.91% from 457); Blue value is 161 (63.28% from 255 or 35.23% from 457); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7BA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7BA1 is #52845E. Grayscale: #8E8E8E. Windows color (decimal): -5407839 or 10582957. OLE color: 10582957.

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

Color convert

RGB 173 123 161 -
CMYK 0 0.29 0.07 0.32
HSL 314.4º 0.23% 0.58% -
HSV(B) 314.4º 0.29% 0.68% -
XYZ 30.75 25.62 37.04 -
YUV 142.28 138.57 149.91 -
System Red Green Blue C M Y K H S L
Decimal 173 123 161 0 0.29 0.07 0.32 314.4 0.23 0.58
Hex AD 7B A1 0 1D 7 20 13A 17 3A
Octal 255 173 241 0 35 7 40 472 27 72
Binary 10101101 1111011 10100001 0 11101 111 100000 100111010 10111 111010

Color Harmonies of #AD7BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7BA1

Black with #AD7BA1

Text Example


Text Example

White with #AD7BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7BA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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