Html Css Color HEX #A36D8B Mountbatten Pink

📋 copy color: '#A36D8B'

red 163 ◦ green 109 ◦ blue 139

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

Shades of Mountbatten Pink #A36D8B

Tints of Mountbatten Pink #A36D8B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.52%

 BLUE value IS 139 (54.69% from 255) = 33.82%

R = 39.66%
G = 26.52%
B = 33.82%

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

#A36D8B (or 0xA36D8B) is known color: Mountbatten Pink. HEX triplet: A3, 6D and 8B. RGB value is (163,109,139). Sum of RGB (Red+Green+Blue) = 163+109+139=411 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.66% from 411); Green value is 109 (42.97% from 255 or 26.52% from 411); Blue value is 139 (54.69% from 255 or 33.82% from 411); Max value from RGB is 163 - color contains mainly: red. Hex color #A36D8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36D8B is #5C9274. Grayscale: #808080. Windows color (decimal): -6066805 or 9137571. OLE color: 9137571.

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

Color convert

RGB 163 109 139 -
CMYK 0 0.33 0.15 0.36
HSL 326.67º 0.23% 0.53% -
HSV(B) 326.67º 0.33% 0.64% -
XYZ 25.23 20.59 27.07 -
YUV 128.57 133.89 152.56 -
System Red Green Blue C M Y K H S L
Decimal 163 109 139 0 0.33 0.15 0.36 326.67 0.23 0.53
Hex A3 6D 8B 0 21 F 24 147 17 35
Octal 243 155 213 0 41 17 44 507 27 65
Binary 10100011 1101101 10001011 0 100001 1111 100100 101000111 10111 110101

Color Harmonies of #A36D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36D8B

Black with #A36D8B

Text Example


Text Example

White with #A36D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36D8B; }

 p { color: rgb(163,109,139); }

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

background-color css

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

 a { background-color: rgb(163,109,139); }

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

border-color css

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

 span { border-color: rgb(163,109,139); }

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