Html Css Color HEX #AC7F93 Bouquet

📋 copy color: '#AC7F93'

red 172 ◦ green 127 ◦ blue 147

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

Shades of Bouquet #AC7F93

Tints of Bouquet #AC7F93

RGB

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

 GREEN value IS 127 (50% from 255) = 28.48%

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

R = 38.57%
G = 28.48%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AC7F93 (or 0xAC7F93) is known color: Bouquet. HEX triplet: AC, 7F and 93. RGB value is (172,127,147). Sum of RGB (Red+Green+Blue) = 172+127+147=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 127 (50% from 255 or 28.48% from 446); Blue value is 147 (57.81% from 255 or 32.96% from 446); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7F93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7F93 is #53806C. Grayscale: #8E8E8E. Windows color (decimal): -5472365 or 9666476. OLE color: 9666476.

HSL color Cylindrical-coordinate representation of color #AC7F93: hue angle of 333.33º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AC7F93 is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 127 147 -
CMYK 0 0.26 0.15 0.33
HSL 333.33º 0.21% 0.59% -
HSV(B) 333.33º 0.26% 0.67% -
XYZ 29.87 26.06 31.06 -
YUV 142.74 130.41 148.87 -
System Red Green Blue C M Y K H S L
Decimal 172 127 147 0 0.26 0.15 0.33 333.33 0.21 0.59
Hex AC 7F 93 0 1A F 21 14D 15 3B
Octal 254 177 223 0 32 17 41 515 25 73
Binary 10101100 1111111 10010011 0 11010 1111 100001 101001101 10101 111011

Color Harmonies of #AC7F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7F93

Black with #AC7F93

Text Example


Text Example

White with #AC7F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7F93; }

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

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

background-color css

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

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

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

border-color css

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

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

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