Html Css Color HEX #A36E8D Mountbatten Pink

📋 copy color: '#A36E8D'

red 163 ◦ green 110 ◦ blue 141

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

Shades of Mountbatten Pink #A36E8D

Tints of Mountbatten Pink #A36E8D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.57%

 BLUE value IS 141 (55.47% from 255) = 34.06%

R = 39.37%
G = 26.57%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A36E8D (or 0xA36E8D) is known color: Mountbatten Pink. HEX triplet: A3, 6E and 8D. RGB value is (163,110,141). Sum of RGB (Red+Green+Blue) = 163+110+141=414 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.37% from 414); Green value is 110 (43.36% from 255 or 26.57% from 414); Blue value is 141 (55.47% from 255 or 34.06% from 414); Max value from RGB is 163 - color contains mainly: red. Hex color #A36E8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36E8D is #5C9172. Grayscale: #818181. Windows color (decimal): -6066547 or 9268899. OLE color: 9268899.

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

Color convert

RGB 163 110 141 -
CMYK 0 0.33 0.13 0.36
HSL 324.91º 0.22% 0.54% -
HSV(B) 324.91º 0.33% 0.64% -
XYZ 25.49 20.86 27.88 -
YUV 129.38 134.56 151.98 -
System Red Green Blue C M Y K H S L
Decimal 163 110 141 0 0.33 0.13 0.36 324.91 0.22 0.54
Hex A3 6E 8D 0 21 D 24 145 16 36
Octal 243 156 215 0 41 15 44 505 26 66
Binary 10100011 1101110 10001101 0 100001 1101 100100 101000101 10110 110110

Color Harmonies of #A36E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36E8D

Black with #A36E8D

Text Example


Text Example

White with #A36E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36E8D; }

 p { color: rgb(163,110,141); }

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

background-color css

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

 a { background-color: rgb(163,110,141); }

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

border-color css

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

 span { border-color: rgb(163,110,141); }

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