Html Css Color HEX #AC7CA1 Bouquet

📋 copy color: '#AC7CA1'

red 172 ◦ green 124 ◦ blue 161

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

Shades of Bouquet #AC7CA1

Tints of Bouquet #AC7CA1

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.13%

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

R = 37.64%
G = 27.13%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AC7CA1 (or 0xAC7CA1) is known color: Bouquet. HEX triplet: AC, 7C and A1. RGB value is (172,124,161). Sum of RGB (Red+Green+Blue) = 172+124+161=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 124 (48.83% from 255 or 27.13% from 457); Blue value is 161 (63.28% from 255 or 35.23% from 457); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7CA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7CA1 is #53835E. Grayscale: #8E8E8E. Windows color (decimal): -5473119 or 10583212. OLE color: 10583212.

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

Color convert

RGB 172 124 161 -
CMYK 0 0.28 0.06 0.33
HSL 313.75º 0.22% 0.58% -
HSV(B) 313.75º 0.28% 0.67% -
XYZ 30.65 25.76 37.07 -
YUV 142.57 138.4 148.99 -
System Red Green Blue C M Y K H S L
Decimal 172 124 161 0 0.28 0.06 0.33 313.75 0.22 0.58
Hex AC 7C A1 0 1C 6 21 13A 16 3A
Octal 254 174 241 0 34 6 41 472 26 72
Binary 10101100 1111100 10100001 0 11100 110 100001 100111010 10110 111010

Color Harmonies of #AC7CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7CA1

Black with #AC7CA1

Text Example


Text Example

White with #AC7CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7CA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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