Html Css Color HEX #A96F8D Mountbatten Pink

📋 copy color: '#A96F8D'

red 169 ◦ green 111 ◦ blue 141

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

Shades of Mountbatten Pink #A96F8D

Tints of Mountbatten Pink #A96F8D

RGB

 RED value IS 169 (66.41% from 255) = 40.14%

 GREEN value IS 111 (43.75% from 255) = 26.37%

 BLUE value IS 141 (55.47% from 255) = 33.49%

R = 40.14%
G = 26.37%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.17

 K value IS 0.34

RGB Variations

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

Color information

#A96F8D (or 0xA96F8D) is known color: Mountbatten Pink. HEX triplet: A9, 6F and 8D. RGB value is (169,111,141). Sum of RGB (Red+Green+Blue) = 169+111+141=421 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.14% from 421); Green value is 111 (43.75% from 255 or 26.37% from 421); Blue value is 141 (55.47% from 255 or 33.49% from 421); Max value from RGB is 169 - color contains mainly: red. Hex color #A96F8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96F8D is #569072. Grayscale: #838383. Windows color (decimal): -5673075 or 9269161. OLE color: 9269161.

HSL color Cylindrical-coordinate representation of color #A96F8D: hue angle of 328.97º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A96F8D is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 111 141 -
CMYK 0 0.34 0.17 0.34
HSL 328.97º 0.25% 0.55% -
HSV(B) 328.97º 0.34% 0.66% -
XYZ 26.85 21.73 27.98 -
YUV 131.76 133.22 154.56 -
System Red Green Blue C M Y K H S L
Decimal 169 111 141 0 0.34 0.17 0.34 328.97 0.25 0.55
Hex A9 6F 8D 0 22 11 22 149 19 37
Octal 251 157 215 0 42 21 42 511 31 67
Binary 10101001 1101111 10001101 0 100010 10001 100010 101001001 11001 110111

Color Harmonies of #A96F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96F8D

Black with #A96F8D

Text Example


Text Example

White with #A96F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96F8D; }

 p { color: rgb(169,111,141); }

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

background-color css

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

 a { background-color: rgb(169,111,141); }

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

border-color css

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

 span { border-color: rgb(169,111,141); }

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