Html Css Color HEX #A8709C Bouquet

📋 copy color: '#A8709C'

red 168 ◦ green 112 ◦ blue 156

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

Shades of Bouquet #A8709C

Tints of Bouquet #A8709C

RGB

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

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

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

R = 38.53%
G = 25.69%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.07

 K value IS 0.34

RGB Variations

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

Color information

#A8709C (or 0xA8709C) is known color: Bouquet. HEX triplet: A8, 70 and 9C. RGB value is (168,112,156). Sum of RGB (Red+Green+Blue) = 168+112+156=436 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.53% from 436); Green value is 112 (44.14% from 255 or 25.69% from 436); Blue value is 156 (61.33% from 255 or 35.78% from 436); Max value from RGB is 168 - color contains mainly: red. Hex color #A8709C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8709C is #578F63. Grayscale: #858585. Windows color (decimal): -5738340 or 10252456. OLE color: 10252456.

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

Color convert

RGB 168 112 156 -
CMYK 0 0.33 0.07 0.34
HSL 312.86º 0.24% 0.55% -
HSV(B) 312.86º 0.33% 0.66% -
XYZ 27.94 22.31 34.29 -
YUV 133.76 140.55 152.42 -
System Red Green Blue C M Y K H S L
Decimal 168 112 156 0 0.33 0.07 0.34 312.86 0.24 0.55
Hex A8 70 9C 0 21 7 22 139 18 37
Octal 250 160 234 0 41 7 42 471 30 67
Binary 10101000 1110000 10011100 0 100001 111 100010 100111001 11000 110111

Color Harmonies of #A8709C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8709C

Black with #A8709C

Text Example


Text Example

White with #A8709C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8709C; }

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

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

background-color css

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

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

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

border-color css

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

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

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