Html Css Color HEX #AC6F9D Bouquet

📋 copy color: '#AC6F9D'

red 172 ◦ green 111 ◦ blue 157

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

Shades of Bouquet #AC6F9D

Tints of Bouquet #AC6F9D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.23%

 BLUE value IS 157 (61.72% from 255) = 35.68%

R = 39.09%
G = 25.23%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AC6F9D (or 0xAC6F9D) is known color: Bouquet. HEX triplet: AC, 6F and 9D. RGB value is (172,111,157). Sum of RGB (Red+Green+Blue) = 172+111+157=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 111 (43.75% from 255 or 25.23% from 440); Blue value is 157 (61.72% from 255 or 35.68% from 440); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6F9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6F9D is #539062. Grayscale: #868686. Windows color (decimal): -5476451 or 10317740. OLE color: 10317740.

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

Color convert

RGB 172 111 157 -
CMYK 0 0.35 0.09 0.33
HSL 314.75º 0.27% 0.55% -
HSV(B) 314.75º 0.35% 0.67% -
XYZ 28.78 22.57 34.74 -
YUV 134.48 140.71 154.76 -
System Red Green Blue C M Y K H S L
Decimal 172 111 157 0 0.35 0.09 0.33 314.75 0.27 0.55
Hex AC 6F 9D 0 23 9 21 13B 1B 37
Octal 254 157 235 0 43 11 41 473 33 67
Binary 10101100 1101111 10011101 0 100011 1001 100001 100111011 11011 110111

Color Harmonies of #AC6F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6F9D

Black with #AC6F9D

Text Example


Text Example

White with #AC6F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6F9D; }

 p { color: rgb(172,111,157); }

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

background-color css

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

 a { background-color: rgb(172,111,157); }

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

border-color css

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

 span { border-color: rgb(172,111,157); }

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