Html Css Color HEX #AC7FA0 Bouquet

📋 copy color: '#AC7FA0'

red 172 ◦ green 127 ◦ blue 160

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

Shades of Bouquet #AC7FA0

Tints of Bouquet #AC7FA0

RGB

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

 GREEN value IS 127 (50% from 255) = 27.67%

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

R = 37.47%
G = 27.67%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AC7FA0 (or 0xAC7FA0) is known color: Bouquet. HEX triplet: AC, 7F and A0. RGB value is (172,127,160). Sum of RGB (Red+Green+Blue) = 172+127+160=459 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.47% from 459); Green value is 127 (50% from 255 or 27.67% from 459); Blue value is 160 (62.89% from 255 or 34.86% from 459); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7FA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7FA0 is #53805F. Grayscale: #909090. Windows color (decimal): -5472352 or 10518444. OLE color: 10518444.

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

Color convert

RGB 172 127 160 -
CMYK 0 0.26 0.07 0.33
HSL 316º 0.21% 0.59% -
HSV(B) 316º 0.26% 0.67% -
XYZ 30.95 26.49 36.74 -
YUV 144.22 136.91 147.82 -
System Red Green Blue C M Y K H S L
Decimal 172 127 160 0 0.26 0.07 0.33 316 0.21 0.59
Hex AC 7F A0 0 1A 7 21 13C 15 3B
Octal 254 177 240 0 32 7 41 474 25 73
Binary 10101100 1111111 10100000 0 11010 111 100001 100111100 10101 111011

Color Harmonies of #AC7FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7FA0

Black with #AC7FA0

Text Example


Text Example

White with #AC7FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7FA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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