Html Css Color HEX #A46F93 Mountbatten Pink

📋 copy color: '#A46F93'

red 164 ◦ green 111 ◦ blue 147

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

Shades of Mountbatten Pink #A46F93

Tints of Mountbatten Pink #A46F93

RGB

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

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

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

R = 38.86%
G = 26.3%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A46F93 (or 0xA46F93) is known color: Mountbatten Pink. HEX triplet: A4, 6F and 93. RGB value is (164,111,147). Sum of RGB (Red+Green+Blue) = 164+111+147=422 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.86% from 422); Green value is 111 (43.75% from 255 or 26.30% from 422); Blue value is 147 (57.81% from 255 or 34.83% from 422); Max value from RGB is 164 - color contains mainly: red. Hex color #A46F93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46F93 is #5B906C. Grayscale: #828282. Windows color (decimal): -6000749 or 9662372. OLE color: 9662372.

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

Color convert

RGB 164 111 147 -
CMYK 0 0.32 0.10 0.36
HSL 319.25º 0.23% 0.54% -
HSV(B) 319.25º 0.32% 0.64% -
XYZ 26.26 21.37 30.34 -
YUV 130.95 137.06 151.57 -
System Red Green Blue C M Y K H S L
Decimal 164 111 147 0 0.32 0.10 0.36 319.25 0.23 0.54
Hex A4 6F 93 0 20 A 24 13F 17 36
Octal 244 157 223 0 40 12 44 477 27 66
Binary 10100100 1101111 10010011 0 100000 1010 100100 100111111 10111 110110

Color Harmonies of #A46F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46F93

Black with #A46F93

Text Example


Text Example

White with #A46F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46F93; }

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

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

background-color css

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

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

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

border-color css

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

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

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