Html Css Color HEX #AC6E9C Bouquet

📋 copy color: '#AC6E9C'

red 172 ◦ green 110 ◦ blue 156

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

Shades of Bouquet #AC6E9C

Tints of Bouquet #AC6E9C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.11%

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

R = 39.27%
G = 25.11%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AC6E9C (or 0xAC6E9C) is known color: Bouquet. HEX triplet: AC, 6E and 9C. RGB value is (172,110,156). Sum of RGB (Red+Green+Blue) = 172+110+156=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 110 (43.36% from 255 or 25.11% from 438); Blue value is 156 (61.33% from 255 or 35.62% from 438); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6E9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6E9C is #539163. Grayscale: #858585. Windows color (decimal): -5476708 or 10251948. OLE color: 10251948.

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

Color convert

RGB 172 110 156 -
CMYK 0 0.36 0.09 0.33
HSL 315.48º 0.27% 0.55% -
HSV(B) 315.48º 0.36% 0.67% -
XYZ 28.59 22.32 34.25 -
YUV 133.78 140.54 155.26 -
System Red Green Blue C M Y K H S L
Decimal 172 110 156 0 0.36 0.09 0.33 315.48 0.27 0.55
Hex AC 6E 9C 0 24 9 21 13B 1B 37
Octal 254 156 234 0 44 11 41 473 33 67
Binary 10101100 1101110 10011100 0 100100 1001 100001 100111011 11011 110111

Color Harmonies of #AC6E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6E9C

Black with #AC6E9C

Text Example


Text Example

White with #AC6E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6E9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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