Html Css Color HEX #AC7393 Bouquet

📋 copy color: '#AC7393'

red 172 ◦ green 115 ◦ blue 147

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

Shades of Bouquet #AC7393

Tints of Bouquet #AC7393

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.5%

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

R = 39.63%
G = 26.5%
B = 33.87%

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

#AC7393 (or 0xAC7393) is known color: Bouquet. HEX triplet: AC, 73 and 93. RGB value is (172,115,147). Sum of RGB (Red+Green+Blue) = 172+115+147=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 115 (45.31% from 255 or 26.50% from 434); Blue value is 147 (57.81% from 255 or 33.87% from 434); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7393 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7393 is #538C6C. Grayscale: #878787. Windows color (decimal): -5475437 or 9663404. OLE color: 9663404.

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

Color convert

RGB 172 115 147 -
CMYK 0 0.33 0.15 0.33
HSL 326.32º 0.26% 0.56% -
HSV(B) 326.32º 0.33% 0.67% -
XYZ 28.41 23.14 30.57 -
YUV 135.69 134.38 153.9 -
System Red Green Blue C M Y K H S L
Decimal 172 115 147 0 0.33 0.15 0.33 326.32 0.26 0.56
Hex AC 73 93 0 21 F 21 146 1A 38
Octal 254 163 223 0 41 17 41 506 32 70
Binary 10101100 1110011 10010011 0 100001 1111 100001 101000110 11010 111000

Color Harmonies of #AC7393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7393

Black with #AC7393

Text Example


Text Example

White with #AC7393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7393; }

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

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

background-color css

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

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

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

border-color css

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

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

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