Html Css Color HEX #AD6598 Bouquet

📋 copy color: '#AD6598'

red 173 ◦ green 101 ◦ blue 152

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

Shades of Bouquet #AD6598

Tints of Bouquet #AD6598

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.71%

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

R = 40.61%
G = 23.71%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#AD6598 (or 0xAD6598) is known color: Bouquet. HEX triplet: AD, 65 and 98. RGB value is (173,101,152). Sum of RGB (Red+Green+Blue) = 173+101+152=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 101 (39.84% from 255 or 23.71% from 426); Blue value is 152 (59.77% from 255 or 35.68% from 426); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6598 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6598 is #529A67. Grayscale: #808080. Windows color (decimal): -5413480 or 9987501. OLE color: 9987501.

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

Color convert

RGB 173 101 152 -
CMYK 0 0.42 0.12 0.32
HSL 317.5º 0.31% 0.54% -
HSV(B) 317.5º 0.42% 0.68% -
XYZ 27.55 20.46 32.2 -
YUV 128.34 141.35 159.85 -
System Red Green Blue C M Y K H S L
Decimal 173 101 152 0 0.42 0.12 0.32 317.5 0.31 0.54
Hex AD 65 98 0 2A C 20 13E 1F 36
Octal 255 145 230 0 52 14 40 476 37 66
Binary 10101101 1100101 10011000 0 101010 1100 100000 100111110 11111 110110

Color Harmonies of #AD6598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6598

Black with #AD6598

Text Example


Text Example

White with #AD6598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6598; }

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

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

background-color css

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

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

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

border-color css

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

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

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