Html Css Color HEX #AD6898 Bouquet

📋 copy color: '#AD6898'

red 173 ◦ green 104 ◦ blue 152

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

Shades of Bouquet #AD6898

Tints of Bouquet #AD6898

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.24%

 BLUE value IS 152 (59.77% from 255) = 35.43%

R = 40.33%
G = 24.24%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#AD6898 (or 0xAD6898) is known color: Bouquet. HEX triplet: AD, 68 and 98. RGB value is (173,104,152). Sum of RGB (Red+Green+Blue) = 173+104+152=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 104 (41.02% from 255 or 24.24% from 429); Blue value is 152 (59.77% from 255 or 35.43% from 429); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6898 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6898 is #529767. Grayscale: #818181. Windows color (decimal): -5412712 or 9988269. OLE color: 9988269.

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

Color convert

RGB 173 104 152 -
CMYK 0 0.40 0.12 0.32
HSL 318.26º 0.3% 0.54% -
HSV(B) 318.26º 0.4% 0.68% -
XYZ 27.85 21.05 32.3 -
YUV 130.1 140.36 158.6 -
System Red Green Blue C M Y K H S L
Decimal 173 104 152 0 0.40 0.12 0.32 318.26 0.3 0.54
Hex AD 68 98 0 28 C 20 13E 1E 36
Octal 255 150 230 0 50 14 40 476 36 66
Binary 10101101 1101000 10011000 0 101000 1100 100000 100111110 11110 110110

Color Harmonies of #AD6898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6898

Black with #AD6898

Text Example


Text Example

White with #AD6898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6898; }

 p { color: rgb(173,104,152); }

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

background-color css

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

 a { background-color: rgb(173,104,152); }

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

border-color css

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

 span { border-color: rgb(173,104,152); }

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