Html Css Color HEX #AC749A Bouquet

📋 copy color: '#AC749A'

red 172 ◦ green 116 ◦ blue 154

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

Shades of Bouquet #AC749A

Tints of Bouquet #AC749A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.24%

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

R = 38.91%
G = 26.24%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#AC749A (or 0xAC749A) is known color: Bouquet. HEX triplet: AC, 74 and 9A. RGB value is (172,116,154). Sum of RGB (Red+Green+Blue) = 172+116+154=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 116 (45.70% from 255 or 26.24% from 442); Blue value is 154 (60.55% from 255 or 34.84% from 442); Max value from RGB is 172 - color contains mainly: red. Hex color #AC749A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC749A is #538B65. Grayscale: #888888. Windows color (decimal): -5475174 or 10122412. OLE color: 10122412.

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

Color convert

RGB 172 116 154 -
CMYK 0 0.33 0.10 0.33
HSL 319.29º 0.25% 0.56% -
HSV(B) 319.29º 0.33% 0.67% -
XYZ 29.09 23.59 33.59 -
YUV 137.08 137.55 152.91 -
System Red Green Blue C M Y K H S L
Decimal 172 116 154 0 0.33 0.10 0.33 319.29 0.25 0.56
Hex AC 74 9A 0 21 A 21 13F 19 38
Octal 254 164 232 0 41 12 41 477 31 70
Binary 10101100 1110100 10011010 0 100001 1010 100001 100111111 11001 111000

Color Harmonies of #AC749A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC749A

Black with #AC749A

Text Example


Text Example

White with #AC749A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC749A; }

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

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

background-color css

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

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

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

border-color css

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

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

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