Html Css Color HEX #A8729C Bouquet

📋 copy color: '#A8729C'

red 168 ◦ green 114 ◦ blue 156

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

Shades of Bouquet #A8729C

Tints of Bouquet #A8729C

RGB

 RED value IS 168 (66.02% from 255) = 38.36%

 GREEN value IS 114 (44.92% from 255) = 26.03%

 BLUE value IS 156 (61.33% from 255) = 35.62%

R = 38.36%
G = 26.03%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.07

 K value IS 0.34

RGB Variations

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

Color information

#A8729C (or 0xA8729C) is known color: Bouquet. HEX triplet: A8, 72 and 9C. RGB value is (168,114,156). Sum of RGB (Red+Green+Blue) = 168+114+156=438 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.36% from 438); Green value is 114 (44.92% from 255 or 26.03% from 438); Blue value is 156 (61.33% from 255 or 35.62% from 438); Max value from RGB is 168 - color contains mainly: red. Hex color #A8729C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8729C is #578D63. Grayscale: #868686. Windows color (decimal): -5737828 or 10252968. OLE color: 10252968.

HSL color Cylindrical-coordinate representation of color #A8729C: hue angle of 313.33º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8729C is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 114 156 -
CMYK 0 0.32 0.07 0.34
HSL 313.33º 0.24% 0.55% -
HSV(B) 313.33º 0.32% 0.66% -
XYZ 28.17 22.76 34.36 -
YUV 134.93 139.89 151.58 -
System Red Green Blue C M Y K H S L
Decimal 168 114 156 0 0.32 0.07 0.34 313.33 0.24 0.55
Hex A8 72 9C 0 20 7 22 139 18 37
Octal 250 162 234 0 40 7 42 471 30 67
Binary 10101000 1110010 10011100 0 100000 111 100010 100111001 11000 110111

Color Harmonies of #A8729C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8729C

Black with #A8729C

Text Example


Text Example

White with #A8729C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8729C; }

 p { color: rgb(168,114,156); }

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

background-color css

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

 a { background-color: rgb(168,114,156); }

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

border-color css

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

 span { border-color: rgb(168,114,156); }

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