Html Css Color HEX #AC7293 Bouquet

📋 copy color: '#AC7293'

red 172 ◦ green 114 ◦ blue 147

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

Shades of Bouquet #AC7293

Tints of Bouquet #AC7293

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.33%

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

R = 39.72%
G = 26.33%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AC7293 (or 0xAC7293) is known color: Bouquet. HEX triplet: AC, 72 and 93. RGB value is (172,114,147). Sum of RGB (Red+Green+Blue) = 172+114+147=433 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.72% from 433); Green value is 114 (44.92% from 255 or 26.33% from 433); Blue value is 147 (57.81% from 255 or 33.95% from 433); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7293 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7293 is #538D6C. Grayscale: #878787. Windows color (decimal): -5475693 or 9663148. OLE color: 9663148.

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

Color convert

RGB 172 114 147 -
CMYK 0 0.34 0.15 0.33
HSL 325.86º 0.26% 0.56% -
HSV(B) 325.86º 0.34% 0.67% -
XYZ 28.3 22.91 30.53 -
YUV 135.1 134.72 154.32 -
System Red Green Blue C M Y K H S L
Decimal 172 114 147 0 0.34 0.15 0.33 325.86 0.26 0.56
Hex AC 72 93 0 22 F 21 146 1A 38
Octal 254 162 223 0 42 17 41 506 32 70
Binary 10101100 1110010 10010011 0 100010 1111 100001 101000110 11010 111000

Color Harmonies of #AC7293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7293

Black with #AC7293

Text Example


Text Example

White with #AC7293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7293; }

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

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

background-color css

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

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

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

border-color css

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

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

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