Html Css Color HEX #AC73A0 Bouquet

📋 copy color: '#AC73A0'

red 172 ◦ green 115 ◦ blue 160

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

Shades of Bouquet #AC73A0

Tints of Bouquet #AC73A0

RGB

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

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

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

R = 38.48%
G = 25.73%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AC73A0 (or 0xAC73A0) is known color: Bouquet. HEX triplet: AC, 73 and A0. RGB value is (172,115,160). Sum of RGB (Red+Green+Blue) = 172+115+160=447 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.48% from 447); Green value is 115 (45.31% from 255 or 25.73% from 447); Blue value is 160 (62.89% from 255 or 35.79% from 447); Max value from RGB is 172 - color contains mainly: red. Hex color #AC73A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC73A0 is #538C5F. Grayscale: #898989. Windows color (decimal): -5475424 or 10515372. OLE color: 10515372.

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

Color convert

RGB 172 115 160 -
CMYK 0 0.33 0.07 0.33
HSL 312.63º 0.26% 0.56% -
HSV(B) 312.63º 0.33% 0.67% -
XYZ 29.49 23.57 36.25 -
YUV 137.17 140.88 152.84 -
System Red Green Blue C M Y K H S L
Decimal 172 115 160 0 0.33 0.07 0.33 312.63 0.26 0.56
Hex AC 73 A0 0 21 7 21 139 1A 38
Octal 254 163 240 0 41 7 41 471 32 70
Binary 10101100 1110011 10100000 0 100001 111 100001 100111001 11010 111000

Color Harmonies of #AC73A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC73A0

Black with #AC73A0

Text Example


Text Example

White with #AC73A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC73A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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