Html Css Color HEX #A46B93 Mountbatten Pink

📋 copy color: '#A46B93'

red 164 ◦ green 107 ◦ blue 147

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

Shades of Mountbatten Pink #A46B93

Tints of Mountbatten Pink #A46B93

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.6%

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

R = 39.23%
G = 25.6%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A46B93 (or 0xA46B93) is known color: Mountbatten Pink. HEX triplet: A4, 6B and 93. RGB value is (164,107,147). Sum of RGB (Red+Green+Blue) = 164+107+147=418 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.23% from 418); Green value is 107 (42.19% from 255 or 25.60% from 418); Blue value is 147 (57.81% from 255 or 35.17% from 418); Max value from RGB is 164 - color contains mainly: red. Hex color #A46B93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46B93 is #5B946C. Grayscale: #808080. Windows color (decimal): -6001773 or 9661348. OLE color: 9661348.

HSL color Cylindrical-coordinate representation of color #A46B93: hue angle of 317.89º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A46B93 is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 107 147 -
CMYK 0 0.35 0.10 0.36
HSL 317.89º 0.24% 0.53% -
HSV(B) 317.89º 0.35% 0.64% -
XYZ 25.83 20.51 30.2 -
YUV 128.6 138.38 153.25 -
System Red Green Blue C M Y K H S L
Decimal 164 107 147 0 0.35 0.10 0.36 317.89 0.24 0.53
Hex A4 6B 93 0 23 A 24 13E 18 35
Octal 244 153 223 0 43 12 44 476 30 65
Binary 10100100 1101011 10010011 0 100011 1010 100100 100111110 11000 110101

Color Harmonies of #A46B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46B93

Black with #A46B93

Text Example


Text Example

White with #A46B93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46B93; }

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

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

background-color css

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

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

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

border-color css

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

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

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