Html Css Color HEX #A46D95 Mountbatten Pink

📋 copy color: '#A46D95'

red 164 ◦ green 109 ◦ blue 149

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

Shades of Mountbatten Pink #A46D95

Tints of Mountbatten Pink #A46D95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 35.31%

R = 38.86%
G = 25.83%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A46D95 (or 0xA46D95) is known color: Mountbatten Pink. HEX triplet: A4, 6D and 95. RGB value is (164,109,149). Sum of RGB (Red+Green+Blue) = 164+109+149=422 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.86% from 422); Green value is 109 (42.97% from 255 or 25.83% from 422); Blue value is 149 (58.59% from 255 or 35.31% from 422); Max value from RGB is 164 - color contains mainly: red. Hex color #A46D95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46D95 is #5B926A. Grayscale: #818181. Windows color (decimal): -6001259 or 9792932. OLE color: 9792932.

HSL color Cylindrical-coordinate representation of color #A46D95: hue angle of 316.36º 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 #A46D95 is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 109 149 -
CMYK 0 0.34 0.09 0.36
HSL 316.36º 0.23% 0.54% -
HSV(B) 316.36º 0.34% 0.64% -
XYZ 26.2 21 31.11 -
YUV 130.01 138.72 152.25 -
System Red Green Blue C M Y K H S L
Decimal 164 109 149 0 0.34 0.09 0.36 316.36 0.23 0.54
Hex A4 6D 95 0 22 9 24 13C 17 36
Octal 244 155 225 0 42 11 44 474 27 66
Binary 10100100 1101101 10010101 0 100010 1001 100100 100111100 10111 110110

Color Harmonies of #A46D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46D95

Black with #A46D95

Text Example


Text Example

White with #A46D95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46D95; }

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

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

background-color css

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

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

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

border-color css

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

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

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