Html Css Color HEX #A87099 Bouquet

📋 copy color: '#A87099'

red 168 ◦ green 112 ◦ blue 153

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

Shades of Bouquet #A87099

Tints of Bouquet #A87099

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.87%

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

R = 38.8%
G = 25.87%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.09

 K value IS 0.34

RGB Variations

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

Color information

#A87099 (or 0xA87099) is known color: Bouquet. HEX triplet: A8, 70 and 99. RGB value is (168,112,153). Sum of RGB (Red+Green+Blue) = 168+112+153=433 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.80% from 433); Green value is 112 (44.14% from 255 or 25.87% from 433); Blue value is 153 (60.16% from 255 or 35.33% from 433); Max value from RGB is 168 - color contains mainly: red. Hex color #A87099 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87099 is #578F66. Grayscale: #858585. Windows color (decimal): -5738343 or 10055848. OLE color: 10055848.

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

Color convert

RGB 168 112 153 -
CMYK 0 0.33 0.09 0.34
HSL 316.07º 0.24% 0.55% -
HSV(B) 316.07º 0.33% 0.66% -
XYZ 27.69 22.21 32.97 -
YUV 133.42 139.05 152.67 -
System Red Green Blue C M Y K H S L
Decimal 168 112 153 0 0.33 0.09 0.34 316.07 0.24 0.55
Hex A8 70 99 0 21 9 22 13C 18 37
Octal 250 160 231 0 41 11 42 474 30 67
Binary 10101000 1110000 10011001 0 100001 1001 100010 100111100 11000 110111

Color Harmonies of #A87099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87099

Black with #A87099

Text Example


Text Example

White with #A87099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87099; }

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

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

background-color css

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

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

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

border-color css

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

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

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