Html Css Color HEX #AC6C92 Bouquet

📋 copy color: '#AC6C92'

red 172 ◦ green 108 ◦ blue 146

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

Shades of Bouquet #AC6C92

Tints of Bouquet #AC6C92

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.35%

 BLUE value IS 146 (57.42% from 255) = 34.27%

R = 40.38%
G = 25.35%
B = 34.27%

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

#AC6C92 (or 0xAC6C92) is known color: Bouquet. HEX triplet: AC, 6C and 92. RGB value is (172,108,146). Sum of RGB (Red+Green+Blue) = 172+108+146=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 108 (42.58% from 255 or 25.35% from 426); Blue value is 146 (57.42% from 255 or 34.27% from 426); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6C92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6C92 is #53936D. Grayscale: #838383. Windows color (decimal): -5477230 or 9596076. OLE color: 9596076.

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

Color convert

RGB 172 108 146 -
CMYK 0 0.37 0.15 0.33
HSL 324.38º 0.28% 0.55% -
HSV(B) 324.38º 0.37% 0.67% -
XYZ 27.56 21.57 29.9 -
YUV 131.47 136.2 156.91 -
System Red Green Blue C M Y K H S L
Decimal 172 108 146 0 0.37 0.15 0.33 324.38 0.28 0.55
Hex AC 6C 92 0 25 F 21 144 1C 37
Octal 254 154 222 0 45 17 41 504 34 67
Binary 10101100 1101100 10010010 0 100101 1111 100001 101000100 11100 110111

Color Harmonies of #AC6C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6C92

Black with #AC6C92

Text Example


Text Example

White with #AC6C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6C92; }

 p { color: rgb(172,108,146); }

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

background-color css

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

 a { background-color: rgb(172,108,146); }

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

border-color css

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

 span { border-color: rgb(172,108,146); }

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