Html Css Color HEX #AC6E9F Bouquet

📋 copy color: '#AC6E9F'

red 172 ◦ green 110 ◦ blue 159

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

Shades of Bouquet #AC6E9F

Tints of Bouquet #AC6E9F

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.94%

 BLUE value IS 159 (62.5% from 255) = 36.05%

R = 39%
G = 24.94%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AC6E9F (or 0xAC6E9F) is known color: Bouquet. HEX triplet: AC, 6E and 9F. RGB value is (172,110,159). Sum of RGB (Red+Green+Blue) = 172+110+159=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 110 (43.36% from 255 or 24.94% from 441); Blue value is 159 (62.5% from 255 or 36.05% from 441); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6E9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6E9F is #539160. Grayscale: #858585. Windows color (decimal): -5476705 or 10448556. OLE color: 10448556.

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

Color convert

RGB 172 110 159 -
CMYK 0 0.36 0.08 0.33
HSL 312.58º 0.27% 0.55% -
HSV(B) 312.58º 0.36% 0.67% -
XYZ 28.85 22.43 35.61 -
YUV 134.12 142.04 155.02 -
System Red Green Blue C M Y K H S L
Decimal 172 110 159 0 0.36 0.08 0.33 312.58 0.27 0.55
Hex AC 6E 9F 0 24 8 21 139 1B 37
Octal 254 156 237 0 44 10 41 471 33 67
Binary 10101100 1101110 10011111 0 100100 1000 100001 100111001 11011 110111

Color Harmonies of #AC6E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6E9F

Black with #AC6E9F

Text Example


Text Example

White with #AC6E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6E9F; }

 p { color: rgb(172,110,159); }

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

background-color css

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

 a { background-color: rgb(172,110,159); }

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

border-color css

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

 span { border-color: rgb(172,110,159); }

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