Html Css Color HEX #AD7594 Bouquet

📋 copy color: '#AD7594'

red 173 ◦ green 117 ◦ blue 148

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

Shades of Bouquet #AD7594

Tints of Bouquet #AD7594

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.71%

 BLUE value IS 148 (58.2% from 255) = 33.79%

R = 39.5%
G = 26.71%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#AD7594 (or 0xAD7594) is known color: Bouquet. HEX triplet: AD, 75 and 94. RGB value is (173,117,148). Sum of RGB (Red+Green+Blue) = 173+117+148=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 117 (46.09% from 255 or 26.71% from 438); Blue value is 148 (58.20% from 255 or 33.79% from 438); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7594 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7594 is #528A6B. Grayscale: #898989. Windows color (decimal): -5409388 or 9729453. OLE color: 9729453.

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

Color convert

RGB 173 117 148 -
CMYK 0 0.32 0.14 0.32
HSL 326.79º 0.25% 0.57% -
HSV(B) 326.79º 0.32% 0.68% -
XYZ 28.94 23.74 31.07 -
YUV 137.28 134.05 153.48 -
System Red Green Blue C M Y K H S L
Decimal 173 117 148 0 0.32 0.14 0.32 326.79 0.25 0.57
Hex AD 75 94 0 20 E 20 147 19 39
Octal 255 165 224 0 40 16 40 507 31 71
Binary 10101101 1110101 10010100 0 100000 1110 100000 101000111 11001 111001

Color Harmonies of #AD7594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7594

Black with #AD7594

Text Example


Text Example

White with #AD7594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7594; }

 p { color: rgb(173,117,148); }

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

background-color css

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

 a { background-color: rgb(173,117,148); }

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

border-color css

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

 span { border-color: rgb(173,117,148); }

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