Html Css Color HEX #AC7493 Bouquet

📋 copy color: '#AC7493'

red 172 ◦ green 116 ◦ blue 147

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

Shades of Bouquet #AC7493

Tints of Bouquet #AC7493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 33.79%

R = 39.54%
G = 26.67%
B = 33.79%

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

#AC7493 (or 0xAC7493) is known color: Bouquet. HEX triplet: AC, 74 and 93. RGB value is (172,116,147). Sum of RGB (Red+Green+Blue) = 172+116+147=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 116 (45.70% from 255 or 26.67% from 435); Blue value is 147 (57.81% from 255 or 33.79% from 435); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7493 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7493 is #538B6C. Grayscale: #888888. Windows color (decimal): -5475181 or 9663660. OLE color: 9663660.

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

Color convert

RGB 172 116 147 -
CMYK 0 0.33 0.15 0.33
HSL 326.79º 0.25% 0.56% -
HSV(B) 326.79º 0.33% 0.67% -
XYZ 28.53 23.37 30.61 -
YUV 136.28 134.05 153.48 -
System Red Green Blue C M Y K H S L
Decimal 172 116 147 0 0.33 0.15 0.33 326.79 0.25 0.56
Hex AC 74 93 0 21 F 21 147 19 38
Octal 254 164 223 0 41 17 41 507 31 70
Binary 10101100 1110100 10010011 0 100001 1111 100001 101000111 11001 111000

Color Harmonies of #AC7493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7493

Black with #AC7493

Text Example


Text Example

White with #AC7493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7493; }

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

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

background-color css

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

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

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

border-color css

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

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

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