Html Css Color HEX #A46391 Mountbatten Pink

📋 copy color: '#A46391'

red 164 ◦ green 99 ◦ blue 145

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

Shades of Mountbatten Pink #A46391

Tints of Mountbatten Pink #A46391

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.26%

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

R = 40.2%
G = 24.26%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A46391 (or 0xA46391) is known color: Mountbatten Pink. HEX triplet: A4, 63 and 91. RGB value is (164,99,145). Sum of RGB (Red+Green+Blue) = 164+99+145=408 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.20% from 408); Green value is 99 (39.06% from 255 or 24.26% from 408); Blue value is 145 (57.03% from 255 or 35.54% from 408); Max value from RGB is 164 - color contains mainly: red. Hex color #A46391 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46391 is #5B9C6E. Grayscale: #7B7B7B. Windows color (decimal): -6003823 or 9528228. OLE color: 9528228.

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

Color convert

RGB 164 99 145 -
CMYK 0 0.40 0.12 0.36
HSL 317.54º 0.26% 0.52% -
HSV(B) 317.54º 0.4% 0.64% -
XYZ 24.88 18.86 29.12 -
YUV 123.68 140.03 156.76 -
System Red Green Blue C M Y K H S L
Decimal 164 99 145 0 0.40 0.12 0.36 317.54 0.26 0.52
Hex A4 63 91 0 28 C 24 13E 1A 34
Octal 244 143 221 0 50 14 44 476 32 64
Binary 10100100 1100011 10010001 0 101000 1100 100100 100111110 11010 110100

Color Harmonies of #A46391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46391

Black with #A46391

Text Example


Text Example

White with #A46391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46391; }

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

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

background-color css

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

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

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

border-color css

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

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

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