Html Css Color HEX #AC7D98 Bouquet

📋 copy color: '#AC7D98'

red 172 ◦ green 125 ◦ blue 152

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

Shades of Bouquet #AC7D98

Tints of Bouquet #AC7D98

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.84%

 BLUE value IS 152 (59.77% from 255) = 33.85%

R = 38.31%
G = 27.84%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AC7D98 (or 0xAC7D98) is known color: Bouquet. HEX triplet: AC, 7D and 98. RGB value is (172,125,152). Sum of RGB (Red+Green+Blue) = 172+125+152=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 125 (49.22% from 255 or 27.84% from 449); Blue value is 152 (59.77% from 255 or 33.85% from 449); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7D98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7D98 is #538267. Grayscale: #8E8E8E. Windows color (decimal): -5472872 or 9993644. OLE color: 9993644.

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

Color convert

RGB 172 125 152 -
CMYK 0 0.27 0.12 0.33
HSL 325.53º 0.22% 0.58% -
HSV(B) 325.53º 0.27% 0.67% -
XYZ 30.01 25.7 33.09 -
YUV 142.13 133.57 149.3 -
System Red Green Blue C M Y K H S L
Decimal 172 125 152 0 0.27 0.12 0.33 325.53 0.22 0.58
Hex AC 7D 98 0 1B C 21 146 16 3A
Octal 254 175 230 0 33 14 41 506 26 72
Binary 10101100 1111101 10011000 0 11011 1100 100001 101000110 10110 111010

Color Harmonies of #AC7D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7D98

Black with #AC7D98

Text Example


Text Example

White with #AC7D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7D98; }

 p { color: rgb(172,125,152); }

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

background-color css

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

 a { background-color: rgb(172,125,152); }

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

border-color css

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

 span { border-color: rgb(172,125,152); }

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