Html Css Color HEX #AC6997 Bouquet

📋 copy color: '#AC6997'

red 172 ◦ green 105 ◦ blue 151

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

Shades of Bouquet #AC6997

Tints of Bouquet #AC6997

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.53%

 BLUE value IS 151 (59.38% from 255) = 35.28%

R = 40.19%
G = 24.53%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AC6997 (or 0xAC6997) is known color: Bouquet. HEX triplet: AC, 69 and 97. RGB value is (172,105,151). Sum of RGB (Red+Green+Blue) = 172+105+151=428 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.19% from 428); Green value is 105 (41.41% from 255 or 24.53% from 428); Blue value is 151 (59.38% from 255 or 35.28% from 428); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6997 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6997 is #539668. Grayscale: #828282. Windows color (decimal): -5477993 or 9922988. OLE color: 9922988.

HSL color Cylindrical-coordinate representation of color #AC6997: hue angle of 318.81º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AC6997 is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 105 151 -
CMYK 0 0.39 0.12 0.33
HSL 318.81º 0.29% 0.54% -
HSV(B) 318.81º 0.39% 0.67% -
XYZ 27.65 21.11 31.9 -
YUV 130.28 139.7 157.76 -
System Red Green Blue C M Y K H S L
Decimal 172 105 151 0 0.39 0.12 0.33 318.81 0.29 0.54
Hex AC 69 97 0 27 C 21 13F 1D 36
Octal 254 151 227 0 47 14 41 477 35 66
Binary 10101100 1101001 10010111 0 100111 1100 100001 100111111 11101 110110

Color Harmonies of #AC6997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6997

Black with #AC6997

Text Example


Text Example

White with #AC6997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6997; }

 p { color: rgb(172,105,151); }

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

background-color css

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

 a { background-color: rgb(172,105,151); }

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

border-color css

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

 span { border-color: rgb(172,105,151); }

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