Html Css Color HEX #A36994 Mountbatten Pink

📋 copy color: '#A36994'

red 163 ◦ green 105 ◦ blue 148

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

Shades of Mountbatten Pink #A36994

Tints of Mountbatten Pink #A36994

RGB

 RED value IS 163 (64.06% from 255) = 39.18%

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

 BLUE value IS 148 (58.2% from 255) = 35.58%

R = 39.18%
G = 25.24%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A36994 (or 0xA36994) is known color: Mountbatten Pink. HEX triplet: A3, 69 and 94. RGB value is (163,105,148). Sum of RGB (Red+Green+Blue) = 163+105+148=416 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.18% from 416); Green value is 105 (41.41% from 255 or 25.24% from 416); Blue value is 148 (58.20% from 255 or 35.58% from 416); Max value from RGB is 163 - color contains mainly: red. Hex color #A36994 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36994 is #5C966B. Grayscale: #7F7F7F. Windows color (decimal): -6067820 or 9726371. OLE color: 9726371.

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

Color convert

RGB 163 105 148 -
CMYK 0 0.36 0.09 0.36
HSL 315.52º 0.24% 0.53% -
HSV(B) 315.52º 0.36% 0.64% -
XYZ 25.5 20.03 30.54 -
YUV 127.24 139.72 153.5 -
System Red Green Blue C M Y K H S L
Decimal 163 105 148 0 0.36 0.09 0.36 315.52 0.24 0.53
Hex A3 69 94 0 24 9 24 13C 18 35
Octal 243 151 224 0 44 11 44 474 30 65
Binary 10100011 1101001 10010100 0 100100 1001 100100 100111100 11000 110101

Color Harmonies of #A36994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36994

Black with #A36994

Text Example


Text Example

White with #A36994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36994; }

 p { color: rgb(163,105,148); }

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

background-color css

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

 a { background-color: rgb(163,105,148); }

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

border-color css

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

 span { border-color: rgb(163,105,148); }

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