Html Css Color HEX #A9719C Bouquet

📋 copy color: '#A9719C'

red 169 ◦ green 113 ◦ blue 156

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

Shades of Bouquet #A9719C

Tints of Bouquet #A9719C

RGB

 RED value IS 169 (66.41% from 255) = 38.58%

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

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

R = 38.58%
G = 25.8%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.08

 K value IS 0.34

RGB Variations

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

Color information

#A9719C (or 0xA9719C) is known color: Bouquet. HEX triplet: A9, 71 and 9C. RGB value is (169,113,156). Sum of RGB (Red+Green+Blue) = 169+113+156=438 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.58% from 438); Green value is 113 (44.53% from 255 or 25.80% from 438); Blue value is 156 (61.33% from 255 or 35.62% from 438); Max value from RGB is 169 - color contains mainly: red. Hex color #A9719C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9719C is #568E63. Grayscale: #868686. Windows color (decimal): -5672548 or 10252713. OLE color: 10252713.

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

Color convert

RGB 169 113 156 -
CMYK 0 0.33 0.08 0.34
HSL 313.93º 0.25% 0.55% -
HSV(B) 313.93º 0.33% 0.66% -
XYZ 28.27 22.65 34.33 -
YUV 134.65 140.05 152.5 -
System Red Green Blue C M Y K H S L
Decimal 169 113 156 0 0.33 0.08 0.34 313.93 0.25 0.55
Hex A9 71 9C 0 21 8 22 13A 19 37
Octal 251 161 234 0 41 10 42 472 31 67
Binary 10101001 1110001 10011100 0 100001 1000 100010 100111010 11001 110111

Color Harmonies of #A9719C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9719C

Black with #A9719C

Text Example


Text Example

White with #A9719C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9719C; }

 p { color: rgb(169,113,156); }

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

background-color css

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

 a { background-color: rgb(169,113,156); }

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

border-color css

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

 span { border-color: rgb(169,113,156); }

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