Html Css Color HEX #A87299 Bouquet

📋 copy color: '#A87299'

red 168 ◦ green 114 ◦ blue 153

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

Shades of Bouquet #A87299

Tints of Bouquet #A87299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 35.17%

R = 38.62%
G = 26.21%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.09

 K value IS 0.34

RGB Variations

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

Color information

#A87299 (or 0xA87299) is known color: Bouquet. HEX triplet: A8, 72 and 99. RGB value is (168,114,153). Sum of RGB (Red+Green+Blue) = 168+114+153=435 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.62% from 435); Green value is 114 (44.92% from 255 or 26.21% from 435); Blue value is 153 (60.16% from 255 or 35.17% from 435); Max value from RGB is 168 - color contains mainly: red. Hex color #A87299 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87299 is #578D66. Grayscale: #868686. Windows color (decimal): -5737831 or 10056360. OLE color: 10056360.

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

Color convert

RGB 168 114 153 -
CMYK 0 0.32 0.09 0.34
HSL 316.67º 0.24% 0.55% -
HSV(B) 316.67º 0.32% 0.66% -
XYZ 27.92 22.66 33.04 -
YUV 134.59 138.39 151.83 -
System Red Green Blue C M Y K H S L
Decimal 168 114 153 0 0.32 0.09 0.34 316.67 0.24 0.55
Hex A8 72 99 0 20 9 22 13D 18 37
Octal 250 162 231 0 40 11 42 475 30 67
Binary 10101000 1110010 10011001 0 100000 1001 100010 100111101 11000 110111

Color Harmonies of #A87299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87299

Black with #A87299

Text Example


Text Example

White with #A87299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87299; }

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

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

background-color css

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

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

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

border-color css

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

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

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