Html Css Color HEX #AC6B9C Bouquet

📋 copy color: '#AC6B9C'

red 172 ◦ green 107 ◦ blue 156

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

Shades of Bouquet #AC6B9C

Tints of Bouquet #AC6B9C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.6%

 BLUE value IS 156 (61.33% from 255) = 35.86%

R = 39.54%
G = 24.6%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AC6B9C (or 0xAC6B9C) is known color: Bouquet. HEX triplet: AC, 6B and 9C. RGB value is (172,107,156). Sum of RGB (Red+Green+Blue) = 172+107+156=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 107 (42.19% from 255 or 24.60% from 435); Blue value is 156 (61.33% from 255 or 35.86% from 435); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6B9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6B9C is #539463. Grayscale: #838383. Windows color (decimal): -5477476 or 10251180. OLE color: 10251180.

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

Color convert

RGB 172 107 156 -
CMYK 0 0.38 0.09 0.33
HSL 314.77º 0.28% 0.55% -
HSV(B) 314.77º 0.38% 0.67% -
XYZ 28.27 21.69 34.15 -
YUV 132.02 141.53 156.52 -
System Red Green Blue C M Y K H S L
Decimal 172 107 156 0 0.38 0.09 0.33 314.77 0.28 0.55
Hex AC 6B 9C 0 26 9 21 13B 1C 37
Octal 254 153 234 0 46 11 41 473 34 67
Binary 10101100 1101011 10011100 0 100110 1001 100001 100111011 11100 110111

Color Harmonies of #AC6B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6B9C

Black with #AC6B9C

Text Example


Text Example

White with #AC6B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6B9C; }

 p { color: rgb(172,107,156); }

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

background-color css

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

 a { background-color: rgb(172,107,156); }

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

border-color css

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

 span { border-color: rgb(172,107,156); }

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