Html Css Color HEX #A46A8D Mountbatten Pink

📋 copy color: '#A46A8D'

red 164 ◦ green 106 ◦ blue 141

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

Shades of Mountbatten Pink #A46A8D

Tints of Mountbatten Pink #A46A8D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.79%

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

R = 39.9%
G = 25.79%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A46A8D (or 0xA46A8D) is known color: Mountbatten Pink. HEX triplet: A4, 6A and 8D. RGB value is (164,106,141). Sum of RGB (Red+Green+Blue) = 164+106+141=411 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.90% from 411); Green value is 106 (41.80% from 255 or 25.79% from 411); Blue value is 141 (55.47% from 255 or 34.31% from 411); Max value from RGB is 164 - color contains mainly: red. Hex color #A46A8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46A8D is #5B9572. Grayscale: #7F7F7F. Windows color (decimal): -6002035 or 9267876. OLE color: 9267876.

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

Color convert

RGB 164 106 141 -
CMYK 0 0.35 0.14 0.36
HSL 323.79º 0.24% 0.53% -
HSV(B) 323.79º 0.35% 0.64% -
XYZ 25.27 20.12 27.75 -
YUV 127.33 135.72 154.15 -
System Red Green Blue C M Y K H S L
Decimal 164 106 141 0 0.35 0.14 0.36 323.79 0.24 0.53
Hex A4 6A 8D 0 23 E 24 144 18 35
Octal 244 152 215 0 43 16 44 504 30 65
Binary 10100100 1101010 10001101 0 100011 1110 100100 101000100 11000 110101

Color Harmonies of #A46A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46A8D

Black with #A46A8D

Text Example


Text Example

White with #A46A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46A8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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