Html Css Color HEX #AC6F9C Bouquet

📋 copy color: '#AC6F9C'

red 172 ◦ green 111 ◦ blue 156

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

Shades of Bouquet #AC6F9C

Tints of Bouquet #AC6F9C

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.28%

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

R = 39.18%
G = 25.28%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AC6F9C (or 0xAC6F9C) is known color: Bouquet. HEX triplet: AC, 6F and 9C. RGB value is (172,111,156). Sum of RGB (Red+Green+Blue) = 172+111+156=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 111 (43.75% from 255 or 25.28% from 439); Blue value is 156 (61.33% from 255 or 35.54% from 439); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6F9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6F9C is #539063. Grayscale: #868686. Windows color (decimal): -5476452 or 10252204. OLE color: 10252204.

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

Color convert

RGB 172 111 156 -
CMYK 0 0.35 0.09 0.33
HSL 315.74º 0.27% 0.55% -
HSV(B) 315.74º 0.35% 0.67% -
XYZ 28.7 22.54 34.29 -
YUV 134.37 140.21 154.84 -
System Red Green Blue C M Y K H S L
Decimal 172 111 156 0 0.35 0.09 0.33 315.74 0.27 0.55
Hex AC 6F 9C 0 23 9 21 13C 1B 37
Octal 254 157 234 0 43 11 41 474 33 67
Binary 10101100 1101111 10011100 0 100011 1001 100001 100111100 11011 110111

Color Harmonies of #AC6F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6F9C

Black with #AC6F9C

Text Example


Text Example

White with #AC6F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6F9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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