Html Css Color HEX #AC7594 Bouquet

📋 copy color: '#AC7594'

red 172 ◦ green 117 ◦ blue 148

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

Shades of Bouquet #AC7594

Tints of Bouquet #AC7594

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.77%

 BLUE value IS 148 (58.2% from 255) = 33.87%

R = 39.36%
G = 26.77%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#AC7594 (or 0xAC7594) is known color: Bouquet. HEX triplet: AC, 75 and 94. RGB value is (172,117,148). Sum of RGB (Red+Green+Blue) = 172+117+148=437 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.36% from 437); Green value is 117 (46.09% from 255 or 26.77% from 437); Blue value is 148 (58.20% from 255 or 33.87% from 437); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7594 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7594 is #538A6B. Grayscale: #888888. Windows color (decimal): -5474924 or 9729452. OLE color: 9729452.

HSL color Cylindrical-coordinate representation of color #AC7594: hue angle of 326.18º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AC7594 is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 117 148 -
CMYK 0 0.32 0.14 0.33
HSL 326.18º 0.25% 0.57% -
HSV(B) 326.18º 0.32% 0.67% -
XYZ 28.72 23.63 31.06 -
YUV 136.98 134.22 152.98 -
System Red Green Blue C M Y K H S L
Decimal 172 117 148 0 0.32 0.14 0.33 326.18 0.25 0.57
Hex AC 75 94 0 20 E 21 146 19 39
Octal 254 165 224 0 40 16 41 506 31 71
Binary 10101100 1110101 10010100 0 100000 1110 100001 101000110 11001 111001

Color Harmonies of #AC7594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7594

Black with #AC7594

Text Example


Text Example

White with #AC7594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7594; }

 p { color: rgb(172,117,148); }

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

background-color css

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

 a { background-color: rgb(172,117,148); }

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

border-color css

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

 span { border-color: rgb(172,117,148); }

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