Html Css Color HEX #AC6D8F Mountbatten Pink

📋 copy color: '#AC6D8F'

red 172 ◦ green 109 ◦ blue 143

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

Shades of Mountbatten Pink #AC6D8F

Tints of Mountbatten Pink #AC6D8F

RGB

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

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

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

R = 40.57%
G = 25.71%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AC6D8F (or 0xAC6D8F) is known color: Mountbatten Pink. HEX triplet: AC, 6D and 8F. RGB value is (172,109,143). Sum of RGB (Red+Green+Blue) = 172+109+143=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 109 (42.97% from 255 or 25.71% from 424); Blue value is 143 (56.25% from 255 or 33.73% from 424); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6D8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6D8F is #539270. Grayscale: #838383. Windows color (decimal): -5476977 or 9399724. OLE color: 9399724.

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

Color convert

RGB 172 109 143 -
CMYK 0 0.37 0.17 0.33
HSL 327.62º 0.28% 0.55% -
HSV(B) 327.62º 0.37% 0.67% -
XYZ 27.44 21.69 28.73 -
YUV 131.71 134.37 156.74 -
System Red Green Blue C M Y K H S L
Decimal 172 109 143 0 0.37 0.17 0.33 327.62 0.28 0.55
Hex AC 6D 8F 0 25 11 21 148 1C 37
Octal 254 155 217 0 45 21 41 510 34 67
Binary 10101100 1101101 10001111 0 100101 10001 100001 101001000 11100 110111

Color Harmonies of #AC6D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6D8F

Black with #AC6D8F

Text Example


Text Example

White with #AC6D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6D8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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