Html Css Color HEX #AD6493 Bouquet

📋 copy color: '#AD6493'

red 173 ◦ green 100 ◦ blue 147

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

Shades of Bouquet #AD6493

Tints of Bouquet #AD6493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 35%

R = 41.19%
G = 23.81%
B = 35%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.15

 K value IS 0.32

RGB Variations

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

Color information

#AD6493 (or 0xAD6493) is known color: Bouquet. HEX triplet: AD, 64 and 93. RGB value is (173,100,147). Sum of RGB (Red+Green+Blue) = 173+100+147=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 100 (39.45% from 255 or 23.81% from 420); Blue value is 147 (57.81% from 255 or 35% from 420); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6493 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6493 is #529B6C. Grayscale: #7F7F7F. Windows color (decimal): -5413741 or 9659565. OLE color: 9659565.

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

Color convert

RGB 173 100 147 -
CMYK 0 0.42 0.15 0.32
HSL 321.37º 0.31% 0.54% -
HSV(B) 321.37º 0.42% 0.68% -
XYZ 27.06 20.11 30.06 -
YUV 127.19 139.18 160.68 -
System Red Green Blue C M Y K H S L
Decimal 173 100 147 0 0.42 0.15 0.32 321.37 0.31 0.54
Hex AD 64 93 0 2A F 20 141 1F 36
Octal 255 144 223 0 52 17 40 501 37 66
Binary 10101101 1100100 10010011 0 101010 1111 100000 101000001 11111 110110

Color Harmonies of #AD6493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6493

Black with #AD6493

Text Example


Text Example

White with #AD6493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6493; }

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

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

background-color css

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

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

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

border-color css

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

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

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