Html Css Color HEX #AC6E8F Mountbatten Pink

📋 copy color: '#AC6E8F'

red 172 ◦ green 110 ◦ blue 143

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

Shades of Mountbatten Pink #AC6E8F

Tints of Mountbatten Pink #AC6E8F

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.88%

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

R = 40.47%
G = 25.88%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AC6E8F (or 0xAC6E8F) is known color: Mountbatten Pink. HEX triplet: AC, 6E and 8F. RGB value is (172,110,143). Sum of RGB (Red+Green+Blue) = 172+110+143=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 110 (43.36% from 255 or 25.88% from 425); Blue value is 143 (56.25% from 255 or 33.65% from 425); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6E8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6E8F is #539170. Grayscale: #848484. Windows color (decimal): -5476721 or 9399980. OLE color: 9399980.

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

Color convert

RGB 172 110 143 -
CMYK 0 0.36 0.17 0.33
HSL 328.06º 0.27% 0.55% -
HSV(B) 328.06º 0.36% 0.67% -
XYZ 27.55 21.91 28.76 -
YUV 132.3 134.04 156.32 -
System Red Green Blue C M Y K H S L
Decimal 172 110 143 0 0.36 0.17 0.33 328.06 0.27 0.55
Hex AC 6E 8F 0 24 11 21 148 1B 37
Octal 254 156 217 0 44 21 41 510 33 67
Binary 10101100 1101110 10001111 0 100100 10001 100001 101001000 11011 110111

Color Harmonies of #AC6E8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6E8F

Black with #AC6E8F

Text Example


Text Example

White with #AC6E8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6E8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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