Html Css Color HEX #AC6695 Bouquet

📋 copy color: '#AC6695'

red 172 ◦ green 102 ◦ blue 149

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

Shades of Bouquet #AC6695

Tints of Bouquet #AC6695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 35.22%

R = 40.66%
G = 24.11%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AC6695 (or 0xAC6695) is known color: Bouquet. HEX triplet: AC, 66 and 95. RGB value is (172,102,149). Sum of RGB (Red+Green+Blue) = 172+102+149=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 102 (40.23% from 255 or 24.11% from 423); Blue value is 149 (58.59% from 255 or 35.22% from 423); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6695 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6695 is #53996A. Grayscale: #808080. Windows color (decimal): -5478763 or 9791148. OLE color: 9791148.

HSL color Cylindrical-coordinate representation of color #AC6695: hue angle of 319.71º 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 #AC6695 is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 102 149 -
CMYK 0 0.41 0.13 0.33
HSL 319.71º 0.3% 0.54% -
HSV(B) 319.71º 0.41% 0.67% -
XYZ 27.19 20.44 30.95 -
YUV 128.29 139.69 159.18 -
System Red Green Blue C M Y K H S L
Decimal 172 102 149 0 0.41 0.13 0.33 319.71 0.3 0.54
Hex AC 66 95 0 29 D 21 140 1E 36
Octal 254 146 225 0 51 15 41 500 36 66
Binary 10101100 1100110 10010101 0 101001 1101 100001 101000000 11110 110110

Color Harmonies of #AC6695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6695

Black with #AC6695

Text Example


Text Example

White with #AC6695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6695; }

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

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

background-color css

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

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

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

border-color css

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

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

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