Html Css Color HEX #AC709E Bouquet

📋 copy color: '#AC709E'

red 172 ◦ green 112 ◦ blue 158

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

Shades of Bouquet #AC709E

Tints of Bouquet #AC709E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.34%

 BLUE value IS 158 (62.11% from 255) = 35.75%

R = 38.91%
G = 25.34%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AC709E (or 0xAC709E) is known color: Bouquet. HEX triplet: AC, 70 and 9E. RGB value is (172,112,158). Sum of RGB (Red+Green+Blue) = 172+112+158=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 112 (44.14% from 255 or 25.34% from 442); Blue value is 158 (62.11% from 255 or 35.75% from 442); Max value from RGB is 172 - color contains mainly: red. Hex color #AC709E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC709E is #538F61. Grayscale: #878787. Windows color (decimal): -5476194 or 10383532. OLE color: 10383532.

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

Color convert

RGB 172 112 158 -
CMYK 0 0.35 0.08 0.33
HSL 314º 0.27% 0.56% -
HSV(B) 314º 0.35% 0.67% -
XYZ 28.98 22.83 35.23 -
YUV 135.18 140.88 154.26 -
System Red Green Blue C M Y K H S L
Decimal 172 112 158 0 0.35 0.08 0.33 314 0.27 0.56
Hex AC 70 9E 0 23 8 21 13A 1B 38
Octal 254 160 236 0 43 10 41 472 33 70
Binary 10101100 1110000 10011110 0 100011 1000 100001 100111010 11011 111000

Color Harmonies of #AC709E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC709E

Black with #AC709E

Text Example


Text Example

White with #AC709E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC709E; }

 p { color: rgb(172,112,158); }

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

background-color css

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

 a { background-color: rgb(172,112,158); }

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

border-color css

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

 span { border-color: rgb(172,112,158); }

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