Html Css Color HEX #A46F8A Mountbatten Pink

📋 copy color: '#A46F8A'

red 164 ◦ green 111 ◦ blue 138

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

Shades of Mountbatten Pink #A46F8A

Tints of Mountbatten Pink #A46F8A

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.88%

 BLUE value IS 138 (54.3% from 255) = 33.41%

R = 39.71%
G = 26.88%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A46F8A (or 0xA46F8A) is known color: Mountbatten Pink. HEX triplet: A4, 6F and 8A. RGB value is (164,111,138). Sum of RGB (Red+Green+Blue) = 164+111+138=413 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.71% from 413); Green value is 111 (43.75% from 255 or 26.88% from 413); Blue value is 138 (54.30% from 255 or 33.41% from 413); Max value from RGB is 164 - color contains mainly: red. Hex color #A46F8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46F8A is #5B9075. Grayscale: #818181. Windows color (decimal): -6000758 or 9072548. OLE color: 9072548.

HSL color Cylindrical-coordinate representation of color #A46F8A: hue angle of 329.43º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A46F8A is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 111 138 -
CMYK 0 0.32 0.16 0.36
HSL 329.43º 0.23% 0.54% -
HSV(B) 329.43º 0.32% 0.64% -
XYZ 25.58 21.1 26.77 -
YUV 129.93 132.56 152.3 -
System Red Green Blue C M Y K H S L
Decimal 164 111 138 0 0.32 0.16 0.36 329.43 0.23 0.54
Hex A4 6F 8A 0 20 10 24 149 17 36
Octal 244 157 212 0 40 20 44 511 27 66
Binary 10100100 1101111 10001010 0 100000 10000 100100 101001001 10111 110110

Color Harmonies of #A46F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46F8A

Black with #A46F8A

Text Example


Text Example

White with #A46F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46F8A; }

 p { color: rgb(164,111,138); }

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

background-color css

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

 a { background-color: rgb(164,111,138); }

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

border-color css

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

 span { border-color: rgb(164,111,138); }

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