Html Css Color HEX #AC6B9B Bouquet

📋 copy color: '#AC6B9B'

red 172 ◦ green 107 ◦ blue 155

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

Shades of Bouquet #AC6B9B

Tints of Bouquet #AC6B9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 35.71%

R = 39.63%
G = 24.65%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#AC6B9B (or 0xAC6B9B) is known color: Bouquet. HEX triplet: AC, 6B and 9B. RGB value is (172,107,155). Sum of RGB (Red+Green+Blue) = 172+107+155=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 107 (42.19% from 255 or 24.65% from 434); Blue value is 155 (60.94% from 255 or 35.71% from 434); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6B9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6B9B is #539464. Grayscale: #838383. Windows color (decimal): -5477477 or 10185644. OLE color: 10185644.

HSL color Cylindrical-coordinate representation of color #AC6B9B: hue angle of 315.69º 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 #AC6B9B is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 107 155 -
CMYK 0 0.38 0.10 0.33
HSL 315.69º 0.28% 0.55% -
HSV(B) 315.69º 0.38% 0.67% -
XYZ 28.19 21.65 33.7 -
YUV 131.91 141.03 156.6 -
System Red Green Blue C M Y K H S L
Decimal 172 107 155 0 0.38 0.10 0.33 315.69 0.28 0.55
Hex AC 6B 9B 0 26 A 21 13C 1C 37
Octal 254 153 233 0 46 12 41 474 34 67
Binary 10101100 1101011 10011011 0 100110 1010 100001 100111100 11100 110111

Color Harmonies of #AC6B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6B9B

Black with #AC6B9B

Text Example


Text Example

White with #AC6B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6B9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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