Html Css Color HEX #A46991 Mountbatten Pink

📋 copy color: '#A46991'

red 164 ◦ green 105 ◦ blue 145

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

Shades of Mountbatten Pink #A46991

Tints of Mountbatten Pink #A46991

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.36%

 BLUE value IS 145 (57.03% from 255) = 35.02%

R = 39.61%
G = 25.36%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A46991 (or 0xA46991) is known color: Mountbatten Pink. HEX triplet: A4, 69 and 91. RGB value is (164,105,145). Sum of RGB (Red+Green+Blue) = 164+105+145=414 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.61% from 414); Green value is 105 (41.41% from 255 or 25.36% from 414); Blue value is 145 (57.03% from 255 or 35.02% from 414); Max value from RGB is 164 - color contains mainly: red. Hex color #A46991 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46991 is #5B966E. Grayscale: #7F7F7F. Windows color (decimal): -6002287 or 9529764. OLE color: 9529764.

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

Color convert

RGB 164 105 145 -
CMYK 0 0.36 0.12 0.36
HSL 319.32º 0.24% 0.53% -
HSV(B) 319.32º 0.36% 0.64% -
XYZ 25.47 20.04 29.31 -
YUV 127.2 138.05 154.25 -
System Red Green Blue C M Y K H S L
Decimal 164 105 145 0 0.36 0.12 0.36 319.32 0.24 0.53
Hex A4 69 91 0 24 C 24 13F 18 35
Octal 244 151 221 0 44 14 44 477 30 65
Binary 10100100 1101001 10010001 0 100100 1100 100100 100111111 11000 110101

Color Harmonies of #A46991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46991

Black with #A46991

Text Example


Text Example

White with #A46991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46991; }

 p { color: rgb(164,105,145); }

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

background-color css

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

 a { background-color: rgb(164,105,145); }

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

border-color css

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

 span { border-color: rgb(164,105,145); }

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