Html Css Color HEX #AC7195 Bouquet

📋 copy color: '#AC7195'

red 172 ◦ green 113 ◦ blue 149

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

Shades of Bouquet #AC7195

Tints of Bouquet #AC7195

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.04%

 BLUE value IS 149 (58.59% from 255) = 34.33%

R = 39.63%
G = 26.04%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AC7195 (or 0xAC7195) is known color: Bouquet. HEX triplet: AC, 71 and 95. RGB value is (172,113,149). Sum of RGB (Red+Green+Blue) = 172+113+149=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 113 (44.53% from 255 or 26.04% from 434); Blue value is 149 (58.59% from 255 or 34.33% from 434); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7195 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7195 is #538E6A. Grayscale: #868686. Windows color (decimal): -5475947 or 9793964. OLE color: 9793964.

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

Color convert

RGB 172 113 149 -
CMYK 0 0.34 0.13 0.33
HSL 323.39º 0.26% 0.56% -
HSV(B) 323.39º 0.34% 0.67% -
XYZ 28.34 22.75 31.33 -
YUV 134.75 136.05 154.57 -
System Red Green Blue C M Y K H S L
Decimal 172 113 149 0 0.34 0.13 0.33 323.39 0.26 0.56
Hex AC 71 95 0 22 D 21 143 1A 38
Octal 254 161 225 0 42 15 41 503 32 70
Binary 10101100 1110001 10010101 0 100010 1101 100001 101000011 11010 111000

Color Harmonies of #AC7195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7195

Black with #AC7195

Text Example


Text Example

White with #AC7195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7195; }

 p { color: rgb(172,113,149); }

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

background-color css

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

 a { background-color: rgb(172,113,149); }

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

border-color css

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

 span { border-color: rgb(172,113,149); }

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