Html Css Color HEX #A8729F Bouquet

📋 copy color: '#A8729F'

red 168 ◦ green 114 ◦ blue 159

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

Shades of Bouquet #A8729F

Tints of Bouquet #A8729F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 36.05%

R = 38.1%
G = 25.85%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.05

 K value IS 0.34

RGB Variations

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

Color information

#A8729F (or 0xA8729F) is known color: Bouquet. HEX triplet: A8, 72 and 9F. RGB value is (168,114,159). Sum of RGB (Red+Green+Blue) = 168+114+159=441 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.10% from 441); Green value is 114 (44.92% from 255 or 25.85% from 441); Blue value is 159 (62.5% from 255 or 36.05% from 441); Max value from RGB is 168 - color contains mainly: red. Hex color #A8729F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8729F is #578D60. Grayscale: #878787. Windows color (decimal): -5737825 or 10449576. OLE color: 10449576.

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

Color convert

RGB 168 114 159 -
CMYK 0 0.32 0.05 0.34
HSL 310º 0.24% 0.55% -
HSV(B) 310º 0.32% 0.66% -
XYZ 28.42 22.86 35.72 -
YUV 135.28 141.39 151.34 -
System Red Green Blue C M Y K H S L
Decimal 168 114 159 0 0.32 0.05 0.34 310 0.24 0.55
Hex A8 72 9F 0 20 5 22 136 18 37
Octal 250 162 237 0 40 5 42 466 30 67
Binary 10101000 1110010 10011111 0 100000 101 100010 100110110 11000 110111

Color Harmonies of #A8729F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8729F

Black with #A8729F

Text Example


Text Example

White with #A8729F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8729F; }

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

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

background-color css

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

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

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

border-color css

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

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

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