Html Css Color HEX #A36993 Mountbatten Pink

📋 copy color: '#A36993'

red 163 ◦ green 105 ◦ blue 147

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

Shades of Mountbatten Pink #A36993

Tints of Mountbatten Pink #A36993

RGB

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

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

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

R = 39.28%
G = 25.3%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A36993 (or 0xA36993) is known color: Mountbatten Pink. HEX triplet: A3, 69 and 93. RGB value is (163,105,147). Sum of RGB (Red+Green+Blue) = 163+105+147=415 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.28% from 415); Green value is 105 (41.41% from 255 or 25.30% from 415); Blue value is 147 (57.81% from 255 or 35.42% from 415); Max value from RGB is 163 - color contains mainly: red. Hex color #A36993 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36993 is #5C966C. Grayscale: #7F7F7F. Windows color (decimal): -6067821 or 9660835. OLE color: 9660835.

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

Color convert

RGB 163 105 147 -
CMYK 0 0.36 0.10 0.36
HSL 316.55º 0.24% 0.53% -
HSV(B) 316.55º 0.36% 0.64% -
XYZ 25.42 20 30.12 -
YUV 127.13 139.22 153.58 -
System Red Green Blue C M Y K H S L
Decimal 163 105 147 0 0.36 0.10 0.36 316.55 0.24 0.53
Hex A3 69 93 0 24 A 24 13D 18 35
Octal 243 151 223 0 44 12 44 475 30 65
Binary 10100011 1101001 10010011 0 100100 1010 100100 100111101 11000 110101

Color Harmonies of #A36993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36993

Black with #A36993

Text Example


Text Example

White with #A36993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36993; }

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

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

background-color css

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

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

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

border-color css

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

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

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