Html Css Color HEX #AC6D9E Bouquet

📋 copy color: '#AC6D9E'

red 172 ◦ green 109 ◦ blue 158

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

Shades of Bouquet #AC6D9E

Tints of Bouquet #AC6D9E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.83%

 BLUE value IS 158 (62.11% from 255) = 35.99%

R = 39.18%
G = 24.83%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AC6D9E (or 0xAC6D9E) is known color: Bouquet. HEX triplet: AC, 6D and 9E. RGB value is (172,109,158). Sum of RGB (Red+Green+Blue) = 172+109+158=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 109 (42.97% from 255 or 24.83% from 439); Blue value is 158 (62.11% from 255 or 35.99% from 439); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6D9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6D9E is #539261. Grayscale: #858585. Windows color (decimal): -5476962 or 10382764. OLE color: 10382764.

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

Color convert

RGB 172 109 158 -
CMYK 0 0.37 0.08 0.33
HSL 313.33º 0.28% 0.55% -
HSV(B) 313.33º 0.37% 0.67% -
XYZ 28.65 22.18 35.12 -
YUV 133.42 141.87 155.52 -
System Red Green Blue C M Y K H S L
Decimal 172 109 158 0 0.37 0.08 0.33 313.33 0.28 0.55
Hex AC 6D 9E 0 25 8 21 139 1C 37
Octal 254 155 236 0 45 10 41 471 34 67
Binary 10101100 1101101 10011110 0 100101 1000 100001 100111001 11100 110111

Color Harmonies of #AC6D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6D9E

Black with #AC6D9E

Text Example


Text Example

White with #AC6D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6D9E; }

 p { color: rgb(172,109,158); }

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

background-color css

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

 a { background-color: rgb(172,109,158); }

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

border-color css

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

 span { border-color: rgb(172,109,158); }

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