Html Css Color HEX #AD7AA5 Bouquet

📋 copy color: '#AD7AA5'

red 173 ◦ green 122 ◦ blue 165

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

Shades of Bouquet #AD7AA5

Tints of Bouquet #AD7AA5

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.52%

 BLUE value IS 165 (64.84% from 255) = 35.87%

R = 37.61%
G = 26.52%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.05

 K value IS 0.32

RGB Variations

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

Color information

#AD7AA5 (or 0xAD7AA5) is known color: Bouquet. HEX triplet: AD, 7A and A5. RGB value is (173,122,165). Sum of RGB (Red+Green+Blue) = 173+122+165=460 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.61% from 460); Green value is 122 (48.05% from 255 or 26.52% from 460); Blue value is 165 (64.84% from 255 or 35.87% from 460); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7AA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7AA5 is #52855A. Grayscale: #8E8E8E. Windows color (decimal): -5408091 or 10844845. OLE color: 10844845.

HSL color Cylindrical-coordinate representation of color #AD7AA5: hue angle of 309.41º degrees, saturation: 0.24, 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 #AD7AA5 is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 122 165 -
CMYK 0 0.29 0.05 0.32
HSL 309.41º 0.24% 0.58% -
HSV(B) 309.41º 0.29% 0.68% -
XYZ 30.98 25.52 38.89 -
YUV 142.15 140.9 150 -
System Red Green Blue C M Y K H S L
Decimal 173 122 165 0 0.29 0.05 0.32 309.41 0.24 0.58
Hex AD 7A A5 0 1D 5 20 135 18 3A
Octal 255 172 245 0 35 5 40 465 30 72
Binary 10101101 1111010 10100101 0 11101 101 100000 100110101 11000 111010

Color Harmonies of #AD7AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7AA5

Black with #AD7AA5

Text Example


Text Example

White with #AD7AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7AA5; }

 p { color: rgb(173,122,165); }

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

background-color css

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

 a { background-color: rgb(173,122,165); }

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

border-color css

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

 span { border-color: rgb(173,122,165); }

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