Html Css Color HEX #AD6B9A Bouquet

📋 copy color: '#AD6B9A'

red 173 ◦ green 107 ◦ blue 154

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

Shades of Bouquet #AD6B9A

Tints of Bouquet #AD6B9A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.65%

 BLUE value IS 154 (60.55% from 255) = 35.48%

R = 39.86%
G = 24.65%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#AD6B9A (or 0xAD6B9A) is known color: Bouquet. HEX triplet: AD, 6B and 9A. RGB value is (173,107,154). Sum of RGB (Red+Green+Blue) = 173+107+154=434 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.86% from 434); Green value is 107 (42.19% from 255 or 24.65% from 434); Blue value is 154 (60.55% from 255 or 35.48% from 434); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6B9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6B9A is #529465. Grayscale: #838383. Windows color (decimal): -5411942 or 10120109. OLE color: 10120109.

HSL color Cylindrical-coordinate representation of color #AD6B9A: hue angle of 317.27º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD6B9A is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 107 154 -
CMYK 0 0.38 0.11 0.32
HSL 317.27º 0.29% 0.55% -
HSV(B) 317.27º 0.38% 0.68% -
XYZ 28.32 21.73 33.27 -
YUV 132.09 140.37 157.18 -
System Red Green Blue C M Y K H S L
Decimal 173 107 154 0 0.38 0.11 0.32 317.27 0.29 0.55
Hex AD 6B 9A 0 26 B 20 13D 1D 37
Octal 255 153 232 0 46 13 40 475 35 67
Binary 10101101 1101011 10011010 0 100110 1011 100000 100111101 11101 110111

Color Harmonies of #AD6B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6B9A

Black with #AD6B9A

Text Example


Text Example

White with #AD6B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6B9A; }

 p { color: rgb(173,107,154); }

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

background-color css

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

 a { background-color: rgb(173,107,154); }

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

border-color css

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

 span { border-color: rgb(173,107,154); }

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