Html Css Color HEX #AC819D Bouquet

📋 copy color: '#AC819D'

red 172 ◦ green 129 ◦ blue 157

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

Shades of Bouquet #AC819D

Tints of Bouquet #AC819D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.17%

 BLUE value IS 157 (61.72% from 255) = 34.28%

R = 37.55%
G = 28.17%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AC819D (or 0xAC819D) is known color: Bouquet. HEX triplet: AC, 81 and 9D. RGB value is (172,129,157). Sum of RGB (Red+Green+Blue) = 172+129+157=458 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.55% from 458); Green value is 129 (50.78% from 255 or 28.17% from 458); Blue value is 157 (61.72% from 255 or 34.28% from 458); Max value from RGB is 172 - color contains mainly: red. Hex color #AC819D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC819D is #537E62. Grayscale: #909090. Windows color (decimal): -5471843 or 10322348. OLE color: 10322348.

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

Color convert

RGB 172 129 157 -
CMYK 0 0.25 0.09 0.33
HSL 320.93º 0.21% 0.59% -
HSV(B) 320.93º 0.25% 0.67% -
XYZ 30.95 26.91 35.46 -
YUV 145.05 134.75 147.22 -
System Red Green Blue C M Y K H S L
Decimal 172 129 157 0 0.25 0.09 0.33 320.93 0.21 0.59
Hex AC 81 9D 0 19 9 21 141 15 3B
Octal 254 201 235 0 31 11 41 501 25 73
Binary 10101100 10000001 10011101 0 11001 1001 100001 101000001 10101 111011

Color Harmonies of #AC819D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC819D

Black with #AC819D

Text Example


Text Example

White with #AC819D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC819D; }

 p { color: rgb(172,129,157); }

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

background-color css

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

 a { background-color: rgb(172,129,157); }

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

border-color css

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

 span { border-color: rgb(172,129,157); }

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