Html Css Color HEX #AC6C8F Mountbatten Pink

📋 copy color: '#AC6C8F'

red 172 ◦ green 108 ◦ blue 143

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

Shades of Mountbatten Pink #AC6C8F

Tints of Mountbatten Pink #AC6C8F

RGB

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

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

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

R = 40.66%
G = 25.53%
B = 33.81%

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

#AC6C8F (or 0xAC6C8F) is known color: Mountbatten Pink. HEX triplet: AC, 6C and 8F. RGB value is (172,108,143). Sum of RGB (Red+Green+Blue) = 172+108+143=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 108 (42.58% from 255 or 25.53% from 423); Blue value is 143 (56.25% from 255 or 33.81% from 423); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6C8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6C8F is #539370. Grayscale: #838383. Windows color (decimal): -5477233 or 9399468. OLE color: 9399468.

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

Color convert

RGB 172 108 143 -
CMYK 0 0.37 0.17 0.33
HSL 327.19º 0.28% 0.55% -
HSV(B) 327.19º 0.37% 0.67% -
XYZ 27.33 21.48 28.69 -
YUV 131.13 134.7 157.15 -
System Red Green Blue C M Y K H S L
Decimal 172 108 143 0 0.37 0.17 0.33 327.19 0.28 0.55
Hex AC 6C 8F 0 25 11 21 147 1C 37
Octal 254 154 217 0 45 21 41 507 34 67
Binary 10101100 1101100 10001111 0 100101 10001 100001 101000111 11100 110111

Color Harmonies of #AC6C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6C8F

Black with #AC6C8F

Text Example


Text Example

White with #AC6C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6C8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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