Html Css Color HEX #AC6696 Bouquet

📋 copy color: '#AC6696'

red 172 ◦ green 102 ◦ blue 150

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

Shades of Bouquet #AC6696

Tints of Bouquet #AC6696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 35.38%

R = 40.57%
G = 24.06%
B = 35.38%

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

#AC6696 (or 0xAC6696) is known color: Bouquet. HEX triplet: AC, 66 and 96. RGB value is (172,102,150). Sum of RGB (Red+Green+Blue) = 172+102+150=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 102 (40.23% from 255 or 24.06% from 424); Blue value is 150 (58.98% from 255 or 35.38% from 424); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6696 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6696 is #539969. Grayscale: #808080. Windows color (decimal): -5478762 or 9856684. OLE color: 9856684.

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

Color convert

RGB 172 102 150 -
CMYK 0 0.41 0.13 0.33
HSL 318.86º 0.3% 0.54% -
HSV(B) 318.86º 0.41% 0.67% -
XYZ 27.27 20.48 31.37 -
YUV 128.4 140.19 159.1 -
System Red Green Blue C M Y K H S L
Decimal 172 102 150 0 0.41 0.13 0.33 318.86 0.3 0.54
Hex AC 66 96 0 29 D 21 13F 1E 36
Octal 254 146 226 0 51 15 41 477 36 66
Binary 10101100 1100110 10010110 0 101001 1101 100001 100111111 11110 110110

Color Harmonies of #AC6696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6696

Black with #AC6696

Text Example


Text Example

White with #AC6696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6696; }

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

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

background-color css

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

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

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

border-color css

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

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

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