Html Css Color HEX #AD6694 Bouquet

📋 copy color: '#AD6694'

red 173 ◦ green 102 ◦ blue 148

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

Shades of Bouquet #AD6694

Tints of Bouquet #AD6694

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.11%

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

R = 40.9%
G = 24.11%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#AD6694 (or 0xAD6694) is known color: Bouquet. HEX triplet: AD, 66 and 94. RGB value is (173,102,148). Sum of RGB (Red+Green+Blue) = 173+102+148=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 102 (40.23% from 255 or 24.11% from 423); Blue value is 148 (58.20% from 255 or 34.99% from 423); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6694 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6694 is #52996B. Grayscale: #808080. Windows color (decimal): -5413228 or 9725613. OLE color: 9725613.

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

Color convert

RGB 173 102 148 -
CMYK 0 0.41 0.14 0.32
HSL 321.13º 0.3% 0.54% -
HSV(B) 321.13º 0.41% 0.68% -
XYZ 27.33 20.53 30.54 -
YUV 128.47 139.02 159.76 -
System Red Green Blue C M Y K H S L
Decimal 173 102 148 0 0.41 0.14 0.32 321.13 0.3 0.54
Hex AD 66 94 0 29 E 20 141 1E 36
Octal 255 146 224 0 51 16 40 501 36 66
Binary 10101101 1100110 10010100 0 101001 1110 100000 101000001 11110 110110

Color Harmonies of #AD6694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6694

Black with #AD6694

Text Example


Text Example

White with #AD6694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6694; }

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

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

background-color css

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

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

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

border-color css

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

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

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