Html Css Color HEX #AD7A9E Bouquet

📋 copy color: '#AD7A9E'

red 173 ◦ green 122 ◦ blue 158

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

Shades of Bouquet #AD7A9E

Tints of Bouquet #AD7A9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 34.88%

R = 38.19%
G = 26.93%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AD7A9E (or 0xAD7A9E) is known color: Bouquet. HEX triplet: AD, 7A and 9E. RGB value is (173,122,158). Sum of RGB (Red+Green+Blue) = 173+122+158=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 122 (48.05% from 255 or 26.93% from 453); Blue value is 158 (62.11% from 255 or 34.88% from 453); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7A9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7A9E is #528561. Grayscale: #8D8D8D. Windows color (decimal): -5408098 or 10386093. OLE color: 10386093.

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

Color convert

RGB 173 122 158 -
CMYK 0 0.29 0.09 0.32
HSL 317.65º 0.24% 0.58% -
HSV(B) 317.65º 0.29% 0.68% -
XYZ 30.36 25.27 35.63 -
YUV 141.35 137.4 150.57 -
System Red Green Blue C M Y K H S L
Decimal 173 122 158 0 0.29 0.09 0.32 317.65 0.24 0.58
Hex AD 7A 9E 0 1D 9 20 13E 18 3A
Octal 255 172 236 0 35 11 40 476 30 72
Binary 10101101 1111010 10011110 0 11101 1001 100000 100111110 11000 111010

Color Harmonies of #AD7A9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7A9E

Black with #AD7A9E

Text Example


Text Example

White with #AD7A9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7A9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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