Html Css Color HEX #AC7492 Bouquet

📋 copy color: '#AC7492'

red 172 ◦ green 116 ◦ blue 146

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

Shades of Bouquet #AC7492

Tints of Bouquet #AC7492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 33.64%

R = 39.63%
G = 26.73%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AC7492 (or 0xAC7492) is known color: Bouquet. HEX triplet: AC, 74 and 92. RGB value is (172,116,146). Sum of RGB (Red+Green+Blue) = 172+116+146=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 116 (45.70% from 255 or 26.73% from 434); Blue value is 146 (57.42% from 255 or 33.64% from 434); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7492 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7492 is #538B6D. Grayscale: #888888. Windows color (decimal): -5475182 or 9598124. OLE color: 9598124.

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

Color convert

RGB 172 116 146 -
CMYK 0 0.33 0.15 0.33
HSL 327.86º 0.25% 0.56% -
HSV(B) 327.86º 0.33% 0.67% -
XYZ 28.45 23.34 30.2 -
YUV 136.16 133.55 153.56 -
System Red Green Blue C M Y K H S L
Decimal 172 116 146 0 0.33 0.15 0.33 327.86 0.25 0.56
Hex AC 74 92 0 21 F 21 148 19 38
Octal 254 164 222 0 41 17 41 510 31 70
Binary 10101100 1110100 10010010 0 100001 1111 100001 101001000 11001 111000

Color Harmonies of #AC7492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7492

Black with #AC7492

Text Example


Text Example

White with #AC7492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7492; }

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

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

background-color css

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

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

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

border-color css

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

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

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