Html Css Color HEX #AC6B8F Mountbatten Pink

📋 copy color: '#AC6B8F'

red 172 ◦ green 107 ◦ blue 143

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

Shades of Mountbatten Pink #AC6B8F

Tints of Mountbatten Pink #AC6B8F

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.36%

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

R = 40.76%
G = 25.36%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AC6B8F (or 0xAC6B8F) is known color: Mountbatten Pink. HEX triplet: AC, 6B and 8F. RGB value is (172,107,143). Sum of RGB (Red+Green+Blue) = 172+107+143=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 107 (42.19% from 255 or 25.36% from 422); Blue value is 143 (56.25% from 255 or 33.89% from 422); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6B8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6B8F is #539470. Grayscale: #828282. Windows color (decimal): -5477489 or 9399212. OLE color: 9399212.

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

Color convert

RGB 172 107 143 -
CMYK 0 0.38 0.17 0.33
HSL 326.77º 0.28% 0.55% -
HSV(B) 326.77º 0.38% 0.67% -
XYZ 27.23 21.27 28.66 -
YUV 130.54 135.03 157.57 -
System Red Green Blue C M Y K H S L
Decimal 172 107 143 0 0.38 0.17 0.33 326.77 0.28 0.55
Hex AC 6B 8F 0 26 11 21 147 1C 37
Octal 254 153 217 0 46 21 41 507 34 67
Binary 10101100 1101011 10001111 0 100110 10001 100001 101000111 11100 110111

Color Harmonies of #AC6B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6B8F

Black with #AC6B8F

Text Example


Text Example

White with #AC6B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6B8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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