Html Css Color HEX #AC7A94 Bouquet

📋 copy color: '#AC7A94'

red 172 ◦ green 122 ◦ blue 148

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

Shades of Bouquet #AC7A94

Tints of Bouquet #AC7A94

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.6%

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

R = 38.91%
G = 27.6%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#AC7A94 (or 0xAC7A94) is known color: Bouquet. HEX triplet: AC, 7A and 94. RGB value is (172,122,148). Sum of RGB (Red+Green+Blue) = 172+122+148=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 122 (48.05% from 255 or 27.60% from 442); Blue value is 148 (58.20% from 255 or 33.48% from 442); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7A94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7A94 is #53856B. Grayscale: #8B8B8B. Windows color (decimal): -5473644 or 9730732. OLE color: 9730732.

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

Color convert

RGB 172 122 148 -
CMYK 0 0.29 0.14 0.33
HSL 328.8º 0.23% 0.58% -
HSV(B) 328.8º 0.29% 0.67% -
XYZ 29.32 24.83 31.26 -
YUV 139.91 132.57 150.89 -
System Red Green Blue C M Y K H S L
Decimal 172 122 148 0 0.29 0.14 0.33 328.8 0.23 0.58
Hex AC 7A 94 0 1D E 21 149 17 3A
Octal 254 172 224 0 35 16 41 511 27 72
Binary 10101100 1111010 10010100 0 11101 1110 100001 101001001 10111 111010

Color Harmonies of #AC7A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7A94

Black with #AC7A94

Text Example


Text Example

White with #AC7A94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7A94; }

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

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

background-color css

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

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

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

border-color css

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

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

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