Html Css Color HEX #AC7FA1 Bouquet

📋 copy color: '#AC7FA1'

red 172 ◦ green 127 ◦ blue 161

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

Shades of Bouquet #AC7FA1

Tints of Bouquet #AC7FA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 35%

R = 37.39%
G = 27.61%
B = 35%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AC7FA1 (or 0xAC7FA1) is known color: Bouquet. HEX triplet: AC, 7F and A1. RGB value is (172,127,161). Sum of RGB (Red+Green+Blue) = 172+127+161=460 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.39% from 460); Green value is 127 (50% from 255 or 27.61% from 460); Blue value is 161 (63.28% from 255 or 35% from 460); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7FA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7FA1 is #53805E. Grayscale: #909090. Windows color (decimal): -5472351 or 10583980. OLE color: 10583980.

HSL color Cylindrical-coordinate representation of color #AC7FA1: hue angle of 314.67º 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 #AC7FA1 is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 127 161 -
CMYK 0 0.26 0.06 0.33
HSL 314.67º 0.21% 0.59% -
HSV(B) 314.67º 0.26% 0.67% -
XYZ 31.04 26.52 37.2 -
YUV 144.33 137.41 147.74 -
System Red Green Blue C M Y K H S L
Decimal 172 127 161 0 0.26 0.06 0.33 314.67 0.21 0.59
Hex AC 7F A1 0 1A 6 21 13B 15 3B
Octal 254 177 241 0 32 6 41 473 25 73
Binary 10101100 1111111 10100001 0 11010 110 100001 100111011 10101 111011

Color Harmonies of #AC7FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7FA1

Black with #AC7FA1

Text Example


Text Example

White with #AC7FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7FA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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