Html Css Color HEX #AD7490 Bouquet

📋 copy color: '#AD7490'

red 173 ◦ green 116 ◦ blue 144

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

Shades of Bouquet #AD7490

Tints of Bouquet #AD7490

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.79%

 BLUE value IS 144 (56.64% from 255) = 33.26%

R = 39.95%
G = 26.79%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AD7490 (or 0xAD7490) is known color: Bouquet. HEX triplet: AD, 74 and 90. RGB value is (173,116,144). Sum of RGB (Red+Green+Blue) = 173+116+144=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 116 (45.70% from 255 or 26.79% from 433); Blue value is 144 (56.64% from 255 or 33.26% from 433); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7490 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7490 is #528B6F. Grayscale: #888888. Windows color (decimal): -5409648 or 9467053. OLE color: 9467053.

HSL color Cylindrical-coordinate representation of color #AD7490: hue angle of 330.53º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AD7490 is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 116 144 -
CMYK 0 0.33 0.17 0.32
HSL 330.53º 0.26% 0.57% -
HSV(B) 330.53º 0.33% 0.68% -
XYZ 28.51 23.39 29.4 -
YUV 136.24 132.38 154.22 -
System Red Green Blue C M Y K H S L
Decimal 173 116 144 0 0.33 0.17 0.32 330.53 0.26 0.57
Hex AD 74 90 0 21 11 20 14B 1A 39
Octal 255 164 220 0 41 21 40 513 32 71
Binary 10101101 1110100 10010000 0 100001 10001 100000 101001011 11010 111001

Color Harmonies of #AD7490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7490

Black with #AD7490

Text Example


Text Example

White with #AD7490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7490; }

 p { color: rgb(173,116,144); }

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

background-color css

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

 a { background-color: rgb(173,116,144); }

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

border-color css

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

 span { border-color: rgb(173,116,144); }

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