Html Css Color HEX #AC87A0 Bouquet

📋 copy color: '#AC87A0'

red 172 ◦ green 135 ◦ blue 160

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

Shades of Bouquet #AC87A0

Tints of Bouquet #AC87A0

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.91%

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

R = 36.83%
G = 28.91%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AC87A0 (or 0xAC87A0) is known color: Bouquet. HEX triplet: AC, 87 and A0. RGB value is (172,135,160). Sum of RGB (Red+Green+Blue) = 172+135+160=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 135 (53.12% from 255 or 28.91% from 467); Blue value is 160 (62.89% from 255 or 34.26% from 467); Max value from RGB is 172 - color contains mainly: red. Hex color #AC87A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC87A0 is #53785F. Grayscale: #949494. Windows color (decimal): -5470304 or 10520492. OLE color: 10520492.

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

Color convert

RGB 172 135 160 -
CMYK 0 0.22 0.07 0.33
HSL 319.46º 0.18% 0.6% -
HSV(B) 319.46º 0.22% 0.67% -
XYZ 32.02 28.64 37.1 -
YUV 148.91 134.26 144.47 -
System Red Green Blue C M Y K H S L
Decimal 172 135 160 0 0.22 0.07 0.33 319.46 0.18 0.6
Hex AC 87 A0 0 16 7 21 13F 12 3C
Octal 254 207 240 0 26 7 41 477 22 74
Binary 10101100 10000111 10100000 0 10110 111 100001 100111111 10010 111100

Color Harmonies of #AC87A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC87A0

Black with #AC87A0

Text Example


Text Example

White with #AC87A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC87A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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