Html Css Color HEX #AC7395 Bouquet

📋 copy color: '#AC7395'

red 172 ◦ green 115 ◦ blue 149

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

Shades of Bouquet #AC7395

Tints of Bouquet #AC7395

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.38%

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

R = 39.45%
G = 26.38%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AC7395 (or 0xAC7395) is known color: Bouquet. HEX triplet: AC, 73 and 95. RGB value is (172,115,149). Sum of RGB (Red+Green+Blue) = 172+115+149=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 115 (45.31% from 255 or 26.38% from 436); Blue value is 149 (58.59% from 255 or 34.17% from 436); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7395 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7395 is #538C6A. Grayscale: #878787. Windows color (decimal): -5475435 or 9794476. OLE color: 9794476.

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

Color convert

RGB 172 115 149 -
CMYK 0 0.33 0.13 0.33
HSL 324.21º 0.26% 0.56% -
HSV(B) 324.21º 0.33% 0.67% -
XYZ 28.57 23.2 31.41 -
YUV 135.92 135.38 153.74 -
System Red Green Blue C M Y K H S L
Decimal 172 115 149 0 0.33 0.13 0.33 324.21 0.26 0.56
Hex AC 73 95 0 21 D 21 144 1A 38
Octal 254 163 225 0 41 15 41 504 32 70
Binary 10101100 1110011 10010101 0 100001 1101 100001 101000100 11010 111000

Color Harmonies of #AC7395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7395

Black with #AC7395

Text Example


Text Example

White with #AC7395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7395; }

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

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

background-color css

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

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

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

border-color css

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

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

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