Html Css Color HEX #AC6D93 Bouquet

📋 copy color: '#AC6D93'

red 172 ◦ green 109 ◦ blue 147

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

Shades of Bouquet #AC6D93

Tints of Bouquet #AC6D93

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.47%

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

R = 40.19%
G = 25.47%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AC6D93 (or 0xAC6D93) is known color: Bouquet. HEX triplet: AC, 6D and 93. RGB value is (172,109,147). Sum of RGB (Red+Green+Blue) = 172+109+147=428 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.19% from 428); Green value is 109 (42.97% from 255 or 25.47% from 428); Blue value is 147 (57.81% from 255 or 34.35% from 428); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6D93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6D93 is #53926C. Grayscale: #848484. Windows color (decimal): -5476973 or 9661868. OLE color: 9661868.

HSL color Cylindrical-coordinate representation of color #AC6D93: hue angle of 323.81º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AC6D93 is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 109 147 -
CMYK 0 0.37 0.15 0.33
HSL 323.81º 0.28% 0.55% -
HSV(B) 323.81º 0.37% 0.67% -
XYZ 27.75 21.81 30.35 -
YUV 132.17 136.37 156.41 -
System Red Green Blue C M Y K H S L
Decimal 172 109 147 0 0.37 0.15 0.33 323.81 0.28 0.55
Hex AC 6D 93 0 25 F 21 144 1C 37
Octal 254 155 223 0 45 17 41 504 34 67
Binary 10101100 1101101 10010011 0 100101 1111 100001 101000100 11100 110111

Color Harmonies of #AC6D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6D93

Black with #AC6D93

Text Example


Text Example

White with #AC6D93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6D93; }

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

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

background-color css

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

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

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

border-color css

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

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

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