Html Css Color HEX #AC6995 Bouquet

📋 copy color: '#AC6995'

red 172 ◦ green 105 ◦ blue 149

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

Shades of Bouquet #AC6995

Tints of Bouquet #AC6995

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.65%

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

R = 40.38%
G = 24.65%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AC6995 (or 0xAC6995) is known color: Bouquet. HEX triplet: AC, 69 and 95. RGB value is (172,105,149). Sum of RGB (Red+Green+Blue) = 172+105+149=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 105 (41.41% from 255 or 24.65% from 426); Blue value is 149 (58.59% from 255 or 34.98% from 426); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6995 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6995 is #53966A. Grayscale: #818181. Windows color (decimal): -5477995 or 9791916. OLE color: 9791916.

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

Color convert

RGB 172 105 149 -
CMYK 0 0.39 0.13 0.33
HSL 320.6º 0.29% 0.54% -
HSV(B) 320.6º 0.39% 0.67% -
XYZ 27.49 21.04 31.05 -
YUV 130.05 138.7 157.92 -
System Red Green Blue C M Y K H S L
Decimal 172 105 149 0 0.39 0.13 0.33 320.6 0.29 0.54
Hex AC 69 95 0 27 D 21 141 1D 36
Octal 254 151 225 0 47 15 41 501 35 66
Binary 10101100 1101001 10010101 0 100111 1101 100001 101000001 11101 110110

Color Harmonies of #AC6995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6995

Black with #AC6995

Text Example


Text Example

White with #AC6995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6995; }

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

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

background-color css

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

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

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

border-color css

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

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

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