Html Css Color HEX #AC688F Mountbatten Pink

📋 copy color: '#AC688F'

red 172 ◦ green 104 ◦ blue 143

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

Shades of Mountbatten Pink #AC688F

Tints of Mountbatten Pink #AC688F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.82%

 BLUE value IS 143 (56.25% from 255) = 34.13%

R = 41.05%
G = 24.82%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AC688F (or 0xAC688F) is known color: Mountbatten Pink. HEX triplet: AC, 68 and 8F. RGB value is (172,104,143). Sum of RGB (Red+Green+Blue) = 172+104+143=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 104 (41.02% from 255 or 24.82% from 419); Blue value is 143 (56.25% from 255 or 34.13% from 419); Max value from RGB is 172 - color contains mainly: red. Hex color #AC688F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC688F is #539770. Grayscale: #808080. Windows color (decimal): -5478257 or 9398444. OLE color: 9398444.

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

Color convert

RGB 172 104 143 -
CMYK 0 0.40 0.17 0.33
HSL 325.59º 0.29% 0.54% -
HSV(B) 325.59º 0.4% 0.67% -
XYZ 26.92 20.65 28.55 -
YUV 128.78 136.03 158.83 -
System Red Green Blue C M Y K H S L
Decimal 172 104 143 0 0.40 0.17 0.33 325.59 0.29 0.54
Hex AC 68 8F 0 28 11 21 146 1D 36
Octal 254 150 217 0 50 21 41 506 35 66
Binary 10101100 1101000 10001111 0 101000 10001 100001 101000110 11101 110110

Color Harmonies of #AC688F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC688F

Black with #AC688F

Text Example


Text Example

White with #AC688F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC688F; }

 p { color: rgb(172,104,143); }

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

background-color css

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

 a { background-color: rgb(172,104,143); }

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

border-color css

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

 span { border-color: rgb(172,104,143); }

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