Html Css Color HEX #A46992 Mountbatten Pink

📋 copy color: '#A46992'

red 164 ◦ green 105 ◦ blue 146

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

Shades of Mountbatten Pink #A46992

Tints of Mountbatten Pink #A46992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 35.18%

R = 39.52%
G = 25.3%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#A46992 (or 0xA46992) is known color: Mountbatten Pink. HEX triplet: A4, 69 and 92. RGB value is (164,105,146). Sum of RGB (Red+Green+Blue) = 164+105+146=415 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.52% from 415); Green value is 105 (41.41% from 255 or 25.30% from 415); Blue value is 146 (57.42% from 255 or 35.18% from 415); Max value from RGB is 164 - color contains mainly: red. Hex color #A46992 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46992 is #5B966D. Grayscale: #7F7F7F. Windows color (decimal): -6002286 or 9595300. OLE color: 9595300.

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

Color convert

RGB 164 105 146 -
CMYK 0 0.36 0.11 0.36
HSL 318.31º 0.24% 0.53% -
HSV(B) 318.31º 0.36% 0.64% -
XYZ 25.55 20.07 29.72 -
YUV 127.32 138.55 154.17 -
System Red Green Blue C M Y K H S L
Decimal 164 105 146 0 0.36 0.11 0.36 318.31 0.24 0.53
Hex A4 69 92 0 24 B 24 13E 18 35
Octal 244 151 222 0 44 13 44 476 30 65
Binary 10100100 1101001 10010010 0 100100 1011 100100 100111110 11000 110101

Color Harmonies of #A46992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46992

Black with #A46992

Text Example


Text Example

White with #A46992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46992; }

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

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

background-color css

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

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

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

border-color css

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

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

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