Html Css Color HEX #AC6694 Bouquet

📋 copy color: '#AC6694'

red 172 ◦ green 102 ◦ blue 148

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

Shades of Bouquet #AC6694

Tints of Bouquet #AC6694

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.17%

 BLUE value IS 148 (58.2% from 255) = 35.07%

R = 40.76%
G = 24.17%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#AC6694 (or 0xAC6694) is known color: Bouquet. HEX triplet: AC, 66 and 94. RGB value is (172,102,148). Sum of RGB (Red+Green+Blue) = 172+102+148=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 102 (40.23% from 255 or 24.17% from 422); Blue value is 148 (58.20% from 255 or 35.07% from 422); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6694 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6694 is #53996B. Grayscale: #808080. Windows color (decimal): -5478764 or 9725612. OLE color: 9725612.

HSL color Cylindrical-coordinate representation of color #AC6694: hue angle of 320.57º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AC6694 is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 102 148 -
CMYK 0 0.41 0.14 0.33
HSL 320.57º 0.3% 0.54% -
HSV(B) 320.57º 0.41% 0.67% -
XYZ 27.11 20.41 30.53 -
YUV 128.17 139.19 159.26 -
System Red Green Blue C M Y K H S L
Decimal 172 102 148 0 0.41 0.14 0.33 320.57 0.3 0.54
Hex AC 66 94 0 29 E 21 141 1E 36
Octal 254 146 224 0 51 16 41 501 36 66
Binary 10101100 1100110 10010100 0 101001 1110 100001 101000001 11110 110110

Color Harmonies of #AC6694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6694

Black with #AC6694

Text Example


Text Example

White with #AC6694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6694; }

 p { color: rgb(172,102,148); }

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

background-color css

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

 a { background-color: rgb(172,102,148); }

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

border-color css

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

 span { border-color: rgb(172,102,148); }

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