Html Css Color HEX #AC719A Bouquet

📋 copy color: '#AC719A'

red 172 ◦ green 113 ◦ blue 154

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

Shades of Bouquet #AC719A

Tints of Bouquet #AC719A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 35.08%

R = 39.18%
G = 25.74%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#AC719A (or 0xAC719A) is known color: Bouquet. HEX triplet: AC, 71 and 9A. RGB value is (172,113,154). Sum of RGB (Red+Green+Blue) = 172+113+154=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 113 (44.53% from 255 or 25.74% from 439); Blue value is 154 (60.55% from 255 or 35.08% from 439); Max value from RGB is 172 - color contains mainly: red. Hex color #AC719A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC719A is #538E65. Grayscale: #878787. Windows color (decimal): -5475942 or 10121644. OLE color: 10121644.

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

Color convert

RGB 172 113 154 -
CMYK 0 0.34 0.10 0.33
HSL 318.31º 0.26% 0.56% -
HSV(B) 318.31º 0.34% 0.67% -
XYZ 28.75 22.91 33.48 -
YUV 135.32 138.55 154.17 -
System Red Green Blue C M Y K H S L
Decimal 172 113 154 0 0.34 0.10 0.33 318.31 0.26 0.56
Hex AC 71 9A 0 22 A 21 13E 1A 38
Octal 254 161 232 0 42 12 41 476 32 70
Binary 10101100 1110001 10011010 0 100010 1010 100001 100111110 11010 111000

Color Harmonies of #AC719A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC719A

Black with #AC719A

Text Example


Text Example

White with #AC719A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC719A; }

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

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

background-color css

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

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

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

border-color css

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

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

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