Html Css Color HEX #A46F8D Mountbatten Pink

📋 copy color: '#A46F8D'

red 164 ◦ green 111 ◦ blue 141

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

Shades of Mountbatten Pink #A46F8D

Tints of Mountbatten Pink #A46F8D

RGB

 RED value IS 164 (64.45% from 255) = 39.42%

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

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

R = 39.42%
G = 26.68%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A46F8D (or 0xA46F8D) is known color: Mountbatten Pink. HEX triplet: A4, 6F and 8D. RGB value is (164,111,141). Sum of RGB (Red+Green+Blue) = 164+111+141=416 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.42% from 416); Green value is 111 (43.75% from 255 or 26.68% from 416); Blue value is 141 (55.47% from 255 or 33.89% from 416); Max value from RGB is 164 - color contains mainly: red. Hex color #A46F8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46F8D is #5B9072. Grayscale: #828282. Windows color (decimal): -6000755 or 9269156. OLE color: 9269156.

HSL color Cylindrical-coordinate representation of color #A46F8D: hue angle of 326.04º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A46F8D is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 111 141 -
CMYK 0 0.32 0.14 0.36
HSL 326.04º 0.23% 0.54% -
HSV(B) 326.04º 0.32% 0.64% -
XYZ 25.8 21.18 27.93 -
YUV 130.27 134.06 152.06 -
System Red Green Blue C M Y K H S L
Decimal 164 111 141 0 0.32 0.14 0.36 326.04 0.23 0.54
Hex A4 6F 8D 0 20 E 24 146 17 36
Octal 244 157 215 0 40 16 44 506 27 66
Binary 10100100 1101111 10001101 0 100000 1110 100100 101000110 10111 110110

Color Harmonies of #A46F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46F8D

Black with #A46F8D

Text Example


Text Example

White with #A46F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46F8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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