Html Css Color HEX #A36E8A Mountbatten Pink

📋 copy color: '#A36E8A'

red 163 ◦ green 110 ◦ blue 138

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

Shades of Mountbatten Pink #A36E8A

Tints of Mountbatten Pink #A36E8A

RGB

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

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

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

R = 39.66%
G = 26.76%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A36E8A (or 0xA36E8A) is known color: Mountbatten Pink. HEX triplet: A3, 6E and 8A. RGB value is (163,110,138). Sum of RGB (Red+Green+Blue) = 163+110+138=411 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.66% from 411); Green value is 110 (43.36% from 255 or 26.76% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 163 - color contains mainly: red. Hex color #A36E8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36E8A is #5C9175. Grayscale: #808080. Windows color (decimal): -6066550 or 9072291. OLE color: 9072291.

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

Color convert

RGB 163 110 138 -
CMYK 0 0.33 0.15 0.36
HSL 328.3º 0.22% 0.54% -
HSV(B) 328.3º 0.33% 0.64% -
XYZ 25.27 20.77 26.72 -
YUV 129.04 133.06 152.22 -
System Red Green Blue C M Y K H S L
Decimal 163 110 138 0 0.33 0.15 0.36 328.3 0.22 0.54
Hex A3 6E 8A 0 21 F 24 148 16 36
Octal 243 156 212 0 41 17 44 510 26 66
Binary 10100011 1101110 10001010 0 100001 1111 100100 101001000 10110 110110

Color Harmonies of #A36E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36E8A

Black with #A36E8A

Text Example


Text Example

White with #A36E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36E8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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