Html Css Color HEX #A46993 Mountbatten Pink

📋 copy color: '#A46993'

red 164 ◦ green 105 ◦ blue 147

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

Shades of Mountbatten Pink #A46993

Tints of Mountbatten Pink #A46993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 35.34%

R = 39.42%
G = 25.24%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A46993 (or 0xA46993) is known color: Mountbatten Pink. HEX triplet: A4, 69 and 93. RGB value is (164,105,147). Sum of RGB (Red+Green+Blue) = 164+105+147=416 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.42% from 416); Green value is 105 (41.41% from 255 or 25.24% from 416); Blue value is 147 (57.81% from 255 or 35.34% from 416); Max value from RGB is 164 - color contains mainly: red. Hex color #A46993 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46993 is #5B966C. Grayscale: #7F7F7F. Windows color (decimal): -6002285 or 9660836. OLE color: 9660836.

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

Color convert

RGB 164 105 147 -
CMYK 0 0.36 0.10 0.36
HSL 317.29º 0.24% 0.53% -
HSV(B) 317.29º 0.36% 0.64% -
XYZ 25.63 20.1 30.13 -
YUV 127.43 139.05 154.08 -
System Red Green Blue C M Y K H S L
Decimal 164 105 147 0 0.36 0.10 0.36 317.29 0.24 0.53
Hex A4 69 93 0 24 A 24 13D 18 35
Octal 244 151 223 0 44 12 44 475 30 65
Binary 10100100 1101001 10010011 0 100100 1010 100100 100111101 11000 110101

Color Harmonies of #A46993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46993

Black with #A46993

Text Example


Text Example

White with #A46993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46993; }

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

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

background-color css

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

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

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

border-color css

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

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

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