Html Css Color HEX #AC71A1 Bouquet

📋 copy color: '#AC71A1'

red 172 ◦ green 113 ◦ blue 161

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

Shades of Bouquet #AC71A1

Tints of Bouquet #AC71A1

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.34%

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

R = 38.57%
G = 25.34%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AC71A1 (or 0xAC71A1) is known color: Bouquet. HEX triplet: AC, 71 and A1. RGB value is (172,113,161). Sum of RGB (Red+Green+Blue) = 172+113+161=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 113 (44.53% from 255 or 25.34% from 446); Blue value is 161 (63.28% from 255 or 36.10% from 446); Max value from RGB is 172 - color contains mainly: red. Hex color #AC71A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC71A1 is #538E5E. Grayscale: #878787. Windows color (decimal): -5475935 or 10580396. OLE color: 10580396.

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

Color convert

RGB 172 113 161 -
CMYK 0 0.34 0.06 0.33
HSL 311.19º 0.26% 0.56% -
HSV(B) 311.19º 0.34% 0.67% -
XYZ 29.35 23.15 36.64 -
YUV 136.11 142.05 153.6 -
System Red Green Blue C M Y K H S L
Decimal 172 113 161 0 0.34 0.06 0.33 311.19 0.26 0.56
Hex AC 71 A1 0 22 6 21 137 1A 38
Octal 254 161 241 0 42 6 41 467 32 70
Binary 10101100 1110001 10100001 0 100010 110 100001 100110111 11010 111000

Color Harmonies of #AC71A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC71A1

Black with #AC71A1

Text Example


Text Example

White with #AC71A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC71A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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