Html Css Color HEX #A8719F Bouquet

📋 copy color: '#A8719F'

red 168 ◦ green 113 ◦ blue 159

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

Shades of Bouquet #A8719F

Tints of Bouquet #A8719F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.68%

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

R = 38.18%
G = 25.68%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.05

 K value IS 0.34

RGB Variations

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

Color information

#A8719F (or 0xA8719F) is known color: Bouquet. HEX triplet: A8, 71 and 9F. RGB value is (168,113,159). Sum of RGB (Red+Green+Blue) = 168+113+159=440 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.18% from 440); Green value is 113 (44.53% from 255 or 25.68% from 440); Blue value is 159 (62.5% from 255 or 36.14% from 440); Max value from RGB is 168 - color contains mainly: red. Hex color #A8719F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8719F is #578E60. Grayscale: #868686. Windows color (decimal): -5738081 or 10449320. OLE color: 10449320.

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

Color convert

RGB 168 113 159 -
CMYK 0 0.33 0.05 0.34
HSL 309.82º 0.24% 0.55% -
HSV(B) 309.82º 0.33% 0.66% -
XYZ 28.31 22.64 35.68 -
YUV 134.69 141.72 151.76 -
System Red Green Blue C M Y K H S L
Decimal 168 113 159 0 0.33 0.05 0.34 309.82 0.24 0.55
Hex A8 71 9F 0 21 5 22 136 18 37
Octal 250 161 237 0 41 5 42 466 30 67
Binary 10101000 1110001 10011111 0 100001 101 100010 100110110 11000 110111

Color Harmonies of #A8719F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8719F

Black with #A8719F

Text Example


Text Example

White with #A8719F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8719F; }

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

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

background-color css

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

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

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

border-color css

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

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

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