Html Css Color HEX #AC719C Bouquet

📋 copy color: '#AC719C'

red 172 ◦ green 113 ◦ blue 156

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

Shades of Bouquet #AC719C

Tints of Bouquet #AC719C

RGB

 RED value IS 172 (67.58% from 255) = 39%

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

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

R = 39%
G = 25.62%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AC719C (or 0xAC719C) is known color: Bouquet. HEX triplet: AC, 71 and 9C. RGB value is (172,113,156). Sum of RGB (Red+Green+Blue) = 172+113+156=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 113 (44.53% from 255 or 25.62% from 441); Blue value is 156 (61.33% from 255 or 35.37% from 441); Max value from RGB is 172 - color contains mainly: red. Hex color #AC719C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC719C is #538E63. Grayscale: #878787. Windows color (decimal): -5475940 or 10252716. OLE color: 10252716.

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

Color convert

RGB 172 113 156 -
CMYK 0 0.34 0.09 0.33
HSL 316.27º 0.26% 0.56% -
HSV(B) 316.27º 0.34% 0.67% -
XYZ 28.92 22.98 34.36 -
YUV 135.54 139.55 154 -
System Red Green Blue C M Y K H S L
Decimal 172 113 156 0 0.34 0.09 0.33 316.27 0.26 0.56
Hex AC 71 9C 0 22 9 21 13C 1A 38
Octal 254 161 234 0 42 11 41 474 32 70
Binary 10101100 1110001 10011100 0 100010 1001 100001 100111100 11010 111000

Color Harmonies of #AC719C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC719C

Black with #AC719C

Text Example


Text Example

White with #AC719C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC719C; }

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

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

background-color css

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

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

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

border-color css

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

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

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