Html Css Color HEX #AC7AA0 Bouquet

📋 copy color: '#AC7AA0'

red 172 ◦ green 122 ◦ blue 160

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

Shades of Bouquet #AC7AA0

Tints of Bouquet #AC7AA0

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.87%

 BLUE value IS 160 (62.89% from 255) = 35.24%

R = 37.89%
G = 26.87%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AC7AA0 (or 0xAC7AA0) is known color: Bouquet. HEX triplet: AC, 7A and A0. RGB value is (172,122,160). Sum of RGB (Red+Green+Blue) = 172+122+160=454 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.89% from 454); Green value is 122 (48.05% from 255 or 26.87% from 454); Blue value is 160 (62.89% from 255 or 35.24% from 454); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7AA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7AA0 is #53855F. Grayscale: #8D8D8D. Windows color (decimal): -5473632 or 10517164. OLE color: 10517164.

HSL color Cylindrical-coordinate representation of color #AC7AA0: hue angle of 314.4º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AC7AA0 is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 122 160 -
CMYK 0 0.29 0.07 0.33
HSL 314.4º 0.23% 0.58% -
HSV(B) 314.4º 0.29% 0.67% -
XYZ 30.32 25.23 36.53 -
YUV 141.28 138.57 149.91 -
System Red Green Blue C M Y K H S L
Decimal 172 122 160 0 0.29 0.07 0.33 314.4 0.23 0.58
Hex AC 7A A0 0 1D 7 21 13A 17 3A
Octal 254 172 240 0 35 7 41 472 27 72
Binary 10101100 1111010 10100000 0 11101 111 100001 100111010 10111 111010

Color Harmonies of #AC7AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7AA0

Black with #AC7AA0

Text Example


Text Example

White with #AC7AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7AA0; }

 p { color: rgb(172,122,160); }

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

background-color css

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

 a { background-color: rgb(172,122,160); }

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

border-color css

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

 span { border-color: rgb(172,122,160); }

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