Html Css Color HEX #AC7BA0 Bouquet

📋 copy color: '#AC7BA0'

red 172 ◦ green 123 ◦ blue 160

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

Shades of Bouquet #AC7BA0

Tints of Bouquet #AC7BA0

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.03%

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

R = 37.8%
G = 27.03%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AC7BA0 (or 0xAC7BA0) is known color: Bouquet. HEX triplet: AC, 7B and A0. RGB value is (172,123,160). Sum of RGB (Red+Green+Blue) = 172+123+160=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 123 (48.44% from 255 or 27.03% from 455); Blue value is 160 (62.89% from 255 or 35.16% from 455); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7BA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7BA0 is #53845F. Grayscale: #8D8D8D. Windows color (decimal): -5473376 or 10517420. OLE color: 10517420.

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

Color convert

RGB 172 123 160 -
CMYK 0 0.28 0.07 0.33
HSL 314.69º 0.23% 0.58% -
HSV(B) 314.69º 0.28% 0.67% -
XYZ 30.44 25.47 36.57 -
YUV 141.87 138.23 149.49 -
System Red Green Blue C M Y K H S L
Decimal 172 123 160 0 0.28 0.07 0.33 314.69 0.23 0.58
Hex AC 7B A0 0 1C 7 21 13B 17 3A
Octal 254 173 240 0 34 7 41 473 27 72
Binary 10101100 1111011 10100000 0 11100 111 100001 100111011 10111 111010

Color Harmonies of #AC7BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7BA0

Black with #AC7BA0

Text Example


Text Example

White with #AC7BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7BA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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