Html Css Color HEX #A36A93 Mountbatten Pink

📋 copy color: '#A36A93'

red 163 ◦ green 106 ◦ blue 147

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

Shades of Mountbatten Pink #A36A93

Tints of Mountbatten Pink #A36A93

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.48%

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

R = 39.18%
G = 25.48%
B = 35.34%

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

#A36A93 (or 0xA36A93) is known color: Mountbatten Pink. HEX triplet: A3, 6A and 93. RGB value is (163,106,147). Sum of RGB (Red+Green+Blue) = 163+106+147=416 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.18% from 416); Green value is 106 (41.80% from 255 or 25.48% from 416); Blue value is 147 (57.81% from 255 or 35.34% from 416); Max value from RGB is 163 - color contains mainly: red. Hex color #A36A93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36A93 is #5C956C. Grayscale: #7F7F7F. Windows color (decimal): -6067565 or 9661091. OLE color: 9661091.

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

Color convert

RGB 163 106 147 -
CMYK 0 0.35 0.10 0.36
HSL 316.84º 0.24% 0.53% -
HSV(B) 316.84º 0.35% 0.64% -
XYZ 25.52 20.2 30.16 -
YUV 127.72 138.88 153.17 -
System Red Green Blue C M Y K H S L
Decimal 163 106 147 0 0.35 0.10 0.36 316.84 0.24 0.53
Hex A3 6A 93 0 23 A 24 13D 18 35
Octal 243 152 223 0 43 12 44 475 30 65
Binary 10100011 1101010 10010011 0 100011 1010 100100 100111101 11000 110101

Color Harmonies of #A36A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36A93

Black with #A36A93

Text Example


Text Example

White with #A36A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36A93; }

 p { color: rgb(163,106,147); }

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

background-color css

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

 a { background-color: rgb(163,106,147); }

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

border-color css

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

 span { border-color: rgb(163,106,147); }

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