Html Css Color HEX #A46D8F Mountbatten Pink

📋 copy color: '#A46D8F'

red 164 ◦ green 109 ◦ blue 143

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

Shades of Mountbatten Pink #A46D8F

Tints of Mountbatten Pink #A46D8F

RGB

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

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

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

R = 39.42%
G = 26.2%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A46D8F (or 0xA46D8F) is known color: Mountbatten Pink. HEX triplet: A4, 6D and 8F. RGB value is (164,109,143). Sum of RGB (Red+Green+Blue) = 164+109+143=416 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.42% from 416); Green value is 109 (42.97% from 255 or 26.20% from 416); Blue value is 143 (56.25% from 255 or 34.38% from 416); Max value from RGB is 164 - color contains mainly: red. Hex color #A46D8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46D8F is #5B9270. Grayscale: #818181. Windows color (decimal): -6001265 or 9399716. OLE color: 9399716.

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

Color convert

RGB 164 109 143 -
CMYK 0 0.34 0.13 0.36
HSL 322.91º 0.23% 0.54% -
HSV(B) 322.91º 0.34% 0.64% -
XYZ 25.74 20.81 28.65 -
YUV 129.32 135.72 152.74 -
System Red Green Blue C M Y K H S L
Decimal 164 109 143 0 0.34 0.13 0.36 322.91 0.23 0.54
Hex A4 6D 8F 0 22 D 24 143 17 36
Octal 244 155 217 0 42 15 44 503 27 66
Binary 10100100 1101101 10001111 0 100010 1101 100100 101000011 10111 110110

Color Harmonies of #A46D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46D8F

Black with #A46D8F

Text Example


Text Example

White with #A46D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46D8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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