Html Css Color HEX #AC7DA0 Bouquet

📋 copy color: '#AC7DA0'

red 172 ◦ green 125 ◦ blue 160

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

Shades of Bouquet #AC7DA0

Tints of Bouquet #AC7DA0

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.35%

 BLUE value IS 160 (62.89% from 255) = 35.01%

R = 37.64%
G = 27.35%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AC7DA0 (or 0xAC7DA0) is known color: Bouquet. HEX triplet: AC, 7D and A0. RGB value is (172,125,160). Sum of RGB (Red+Green+Blue) = 172+125+160=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 125 (49.22% from 255 or 27.35% from 457); Blue value is 160 (62.89% from 255 or 35.01% from 457); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7DA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7DA0 is #53825F. Grayscale: #8E8E8E. Windows color (decimal): -5472864 or 10517932. OLE color: 10517932.

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

Color convert

RGB 172 125 160 -
CMYK 0 0.27 0.07 0.33
HSL 315.32º 0.22% 0.58% -
HSV(B) 315.32º 0.27% 0.67% -
XYZ 30.69 25.98 36.65 -
YUV 143.04 137.57 148.65 -
System Red Green Blue C M Y K H S L
Decimal 172 125 160 0 0.27 0.07 0.33 315.32 0.22 0.58
Hex AC 7D A0 0 1B 7 21 13B 16 3A
Octal 254 175 240 0 33 7 41 473 26 72
Binary 10101100 1111101 10100000 0 11011 111 100001 100111011 10110 111010

Color Harmonies of #AC7DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7DA0

Black with #AC7DA0

Text Example


Text Example

White with #AC7DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7DA0; }

 p { color: rgb(172,125,160); }

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

background-color css

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

 a { background-color: rgb(172,125,160); }

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

border-color css

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

 span { border-color: rgb(172,125,160); }

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