Html Css Color HEX #A8719E Bouquet

📋 copy color: '#A8719E'

red 168 ◦ green 113 ◦ blue 158

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

Shades of Bouquet #A8719E

Tints of Bouquet #A8719E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 35.99%

R = 38.27%
G = 25.74%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.06

 K value IS 0.34

RGB Variations

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

Color information

#A8719E (or 0xA8719E) is known color: Bouquet. HEX triplet: A8, 71 and 9E. RGB value is (168,113,158). Sum of RGB (Red+Green+Blue) = 168+113+158=439 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.27% from 439); Green value is 113 (44.53% from 255 or 25.74% from 439); Blue value is 158 (62.11% from 255 or 35.99% from 439); Max value from RGB is 168 - color contains mainly: red. Hex color #A8719E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8719E is #578E61. Grayscale: #868686. Windows color (decimal): -5738082 or 10383784. OLE color: 10383784.

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

Color convert

RGB 168 113 158 -
CMYK 0 0.33 0.06 0.34
HSL 310.91º 0.24% 0.55% -
HSV(B) 310.91º 0.33% 0.66% -
XYZ 28.23 22.6 35.22 -
YUV 134.58 141.22 151.84 -
System Red Green Blue C M Y K H S L
Decimal 168 113 158 0 0.33 0.06 0.34 310.91 0.24 0.55
Hex A8 71 9E 0 21 6 22 137 18 37
Octal 250 161 236 0 41 6 42 467 30 67
Binary 10101000 1110001 10011110 0 100001 110 100010 100110111 11000 110111

Color Harmonies of #A8719E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8719E

Black with #A8719E

Text Example


Text Example

White with #A8719E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8719E; }

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

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

background-color css

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

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

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

border-color css

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

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

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