Html Css Color HEX #AD6692 Bouquet

📋 copy color: '#AD6692'

red 173 ◦ green 102 ◦ blue 146

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

Shades of Bouquet #AD6692

Tints of Bouquet #AD6692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 34.68%

R = 41.09%
G = 24.23%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#AD6692 (or 0xAD6692) is known color: Bouquet. HEX triplet: AD, 66 and 92. RGB value is (173,102,146). Sum of RGB (Red+Green+Blue) = 173+102+146=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 102 (40.23% from 255 or 24.23% from 421); Blue value is 146 (57.42% from 255 or 34.68% from 421); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6692 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6692 is #52996D. Grayscale: #808080. Windows color (decimal): -5413230 or 9594541. OLE color: 9594541.

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

Color convert

RGB 173 102 146 -
CMYK 0 0.41 0.16 0.32
HSL 322.82º 0.3% 0.54% -
HSV(B) 322.82º 0.41% 0.68% -
XYZ 27.17 20.46 29.71 -
YUV 128.25 138.02 159.92 -
System Red Green Blue C M Y K H S L
Decimal 173 102 146 0 0.41 0.16 0.32 322.82 0.3 0.54
Hex AD 66 92 0 29 10 20 143 1E 36
Octal 255 146 222 0 51 20 40 503 36 66
Binary 10101101 1100110 10010010 0 101001 10000 100000 101000011 11110 110110

Color Harmonies of #AD6692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6692

Black with #AD6692

Text Example


Text Example

White with #AD6692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6692; }

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

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

background-color css

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

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

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

border-color css

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

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

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