Html Css Color HEX #AD7FA2 Bouquet

📋 copy color: '#AD7FA2'

red 173 ◦ green 127 ◦ blue 162

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

Shades of Bouquet #AD7FA2

Tints of Bouquet #AD7FA2

RGB

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

 GREEN value IS 127 (50% from 255) = 27.49%

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

R = 37.45%
G = 27.49%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.06

 K value IS 0.32

RGB Variations

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

Color information

#AD7FA2 (or 0xAD7FA2) is known color: Bouquet. HEX triplet: AD, 7F and A2. RGB value is (173,127,162). Sum of RGB (Red+Green+Blue) = 173+127+162=462 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.45% from 462); Green value is 127 (50% from 255 or 27.49% from 462); Blue value is 162 (63.67% from 255 or 35.06% from 462); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7FA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7FA2 is #52805D. Grayscale: #909090. Windows color (decimal): -5406814 or 10649517. OLE color: 10649517.

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

Color convert

RGB 173 127 162 -
CMYK 0 0.27 0.06 0.32
HSL 314.35º 0.22% 0.59% -
HSV(B) 314.35º 0.27% 0.68% -
XYZ 31.34 26.67 37.68 -
YUV 144.74 137.74 148.15 -
System Red Green Blue C M Y K H S L
Decimal 173 127 162 0 0.27 0.06 0.32 314.35 0.22 0.59
Hex AD 7F A2 0 1B 6 20 13A 16 3B
Octal 255 177 242 0 33 6 40 472 26 73
Binary 10101101 1111111 10100010 0 11011 110 100000 100111010 10110 111011

Color Harmonies of #AD7FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7FA2

Black with #AD7FA2

Text Example


Text Example

White with #AD7FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7FA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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