Html Css Color HEX #AD6494 Bouquet

📋 copy color: '#AD6494'

red 173 ◦ green 100 ◦ blue 148

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

Shades of Bouquet #AD6494

Tints of Bouquet #AD6494

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.75%

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

R = 41.09%
G = 23.75%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#AD6494 (or 0xAD6494) is known color: Bouquet. HEX triplet: AD, 64 and 94. RGB value is (173,100,148). Sum of RGB (Red+Green+Blue) = 173+100+148=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 100 (39.45% from 255 or 23.75% from 421); Blue value is 148 (58.20% from 255 or 35.15% from 421); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6494 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6494 is #529B6B. Grayscale: #7F7F7F. Windows color (decimal): -5413740 or 9725101. OLE color: 9725101.

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

Color convert

RGB 173 100 148 -
CMYK 0 0.42 0.14 0.32
HSL 320.55º 0.31% 0.54% -
HSV(B) 320.55º 0.42% 0.68% -
XYZ 27.14 20.14 30.47 -
YUV 127.3 139.68 160.6 -
System Red Green Blue C M Y K H S L
Decimal 173 100 148 0 0.42 0.14 0.32 320.55 0.31 0.54
Hex AD 64 94 0 2A E 20 141 1F 36
Octal 255 144 224 0 52 16 40 501 37 66
Binary 10101101 1100100 10010100 0 101010 1110 100000 101000001 11111 110110

Color Harmonies of #AD6494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6494

Black with #AD6494

Text Example


Text Example

White with #AD6494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6494; }

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

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

background-color css

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

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

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

border-color css

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

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

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