Html Css Color HEX #AC6993 Bouquet

📋 copy color: '#AC6993'

red 172 ◦ green 105 ◦ blue 147

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

Shades of Bouquet #AC6993

Tints of Bouquet #AC6993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 34.67%

R = 40.57%
G = 24.76%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AC6993 (or 0xAC6993) is known color: Bouquet. HEX triplet: AC, 69 and 93. RGB value is (172,105,147). Sum of RGB (Red+Green+Blue) = 172+105+147=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 105 (41.41% from 255 or 24.76% from 424); Blue value is 147 (57.81% from 255 or 34.67% from 424); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6993 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6993 is #53966C. Grayscale: #818181. Windows color (decimal): -5477997 or 9660844. OLE color: 9660844.

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

Color convert

RGB 172 105 147 -
CMYK 0 0.39 0.15 0.33
HSL 322.39º 0.29% 0.54% -
HSV(B) 322.39º 0.39% 0.67% -
XYZ 27.33 20.98 30.21 -
YUV 129.82 137.7 158.08 -
System Red Green Blue C M Y K H S L
Decimal 172 105 147 0 0.39 0.15 0.33 322.39 0.29 0.54
Hex AC 69 93 0 27 F 21 142 1D 36
Octal 254 151 223 0 47 17 41 502 35 66
Binary 10101100 1101001 10010011 0 100111 1111 100001 101000010 11101 110110

Color Harmonies of #AC6993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6993

Black with #AC6993

Text Example


Text Example

White with #AC6993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6993; }

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

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

background-color css

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

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

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

border-color css

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

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

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