Html Css Color HEX #AD80A2 Bouquet

📋 copy color: '#AD80A2'

red 173 ◦ green 128 ◦ blue 162

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

Shades of Bouquet #AD80A2

Tints of Bouquet #AD80A2

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.65%

 BLUE value IS 162 (63.67% from 255) = 34.99%

R = 37.37%
G = 27.65%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.06

 K value IS 0.32

RGB Variations

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

Color information

#AD80A2 (or 0xAD80A2) is known color: Bouquet. HEX triplet: AD, 80 and A2. RGB value is (173,128,162). Sum of RGB (Red+Green+Blue) = 173+128+162=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 128 (50.39% from 255 or 27.65% from 463); Blue value is 162 (63.67% from 255 or 34.99% from 463); Max value from RGB is 173 - color contains mainly: red. Hex color #AD80A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD80A2 is #527F5D. Grayscale: #919191. Windows color (decimal): -5406558 or 10649773. OLE color: 10649773.

HSL color Cylindrical-coordinate representation of color #AD80A2: hue angle of 314.67º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AD80A2 is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 128 162 -
CMYK 0 0.26 0.06 0.32
HSL 314.67º 0.22% 0.59% -
HSV(B) 314.67º 0.26% 0.68% -
XYZ 31.47 26.93 37.72 -
YUV 145.33 137.41 147.74 -
System Red Green Blue C M Y K H S L
Decimal 173 128 162 0 0.26 0.06 0.32 314.67 0.22 0.59
Hex AD 80 A2 0 1A 6 20 13B 16 3B
Octal 255 200 242 0 32 6 40 473 26 73
Binary 10101101 10000000 10100010 0 11010 110 100000 100111011 10110 111011

Color Harmonies of #AD80A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD80A2

Black with #AD80A2

Text Example


Text Example

White with #AD80A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD80A2; }

 p { color: rgb(173,128,162); }

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

background-color css

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

 a { background-color: rgb(173,128,162); }

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

border-color css

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

 span { border-color: rgb(173,128,162); }

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