Html Css Color HEX #A46990 Mountbatten Pink

📋 copy color: '#A46990'

red 164 ◦ green 105 ◦ blue 144

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

Shades of Mountbatten Pink #A46990

Tints of Mountbatten Pink #A46990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 34.87%

R = 39.71%
G = 25.42%
B = 34.87%

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

#A46990 (or 0xA46990) is known color: Mountbatten Pink. HEX triplet: A4, 69 and 90. RGB value is (164,105,144). Sum of RGB (Red+Green+Blue) = 164+105+144=413 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.71% from 413); Green value is 105 (41.41% from 255 or 25.42% from 413); Blue value is 144 (56.64% from 255 or 34.87% from 413); Max value from RGB is 164 - color contains mainly: red. Hex color #A46990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46990 is #5B966F. Grayscale: #7E7E7E. Windows color (decimal): -6002288 or 9464228. OLE color: 9464228.

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

Color convert

RGB 164 105 144 -
CMYK 0 0.36 0.12 0.36
HSL 320.34º 0.24% 0.53% -
HSV(B) 320.34º 0.36% 0.64% -
XYZ 25.4 20.01 28.91 -
YUV 127.09 137.55 154.33 -
System Red Green Blue C M Y K H S L
Decimal 164 105 144 0 0.36 0.12 0.36 320.34 0.24 0.53
Hex A4 69 90 0 24 C 24 140 18 35
Octal 244 151 220 0 44 14 44 500 30 65
Binary 10100100 1101001 10010000 0 100100 1100 100100 101000000 11000 110101

Color Harmonies of #A46990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46990

Black with #A46990

Text Example


Text Example

White with #A46990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46990; }

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

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

background-color css

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

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

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

border-color css

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

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

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