Html Css Color HEX #A96393 Mountbatten Pink

📋 copy color: '#A96393'

red 169 ◦ green 99 ◦ blue 147

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

Shades of Mountbatten Pink #A96393

Tints of Mountbatten Pink #A96393

RGB

 RED value IS 169 (66.41% from 255) = 40.72%

 GREEN value IS 99 (39.06% from 255) = 23.86%

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

R = 40.72%
G = 23.86%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.13

 K value IS 0.34

RGB Variations

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

Color information

#A96393 (or 0xA96393) is known color: Mountbatten Pink. HEX triplet: A9, 63 and 93. RGB value is (169,99,147). Sum of RGB (Red+Green+Blue) = 169+99+147=415 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.72% from 415); Green value is 99 (39.06% from 255 or 23.86% from 415); Blue value is 147 (57.81% from 255 or 35.42% from 415); Max value from RGB is 169 - color contains mainly: red. Hex color #A96393 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96393 is #569C6C. Grayscale: #7D7D7D. Windows color (decimal): -5676141 or 9659305. OLE color: 9659305.

HSL color Cylindrical-coordinate representation of color #A96393: hue angle of 318.86º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A96393 is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 99 147 -
CMYK 0 0.41 0.13 0.34
HSL 318.86º 0.29% 0.53% -
HSV(B) 318.86º 0.41% 0.66% -
XYZ 26.09 19.47 29.99 -
YUV 125.4 140.19 159.1 -
System Red Green Blue C M Y K H S L
Decimal 169 99 147 0 0.41 0.13 0.34 318.86 0.29 0.53
Hex A9 63 93 0 29 D 22 13F 1D 35
Octal 251 143 223 0 51 15 42 477 35 65
Binary 10101001 1100011 10010011 0 101001 1101 100010 100111111 11101 110101

Color Harmonies of #A96393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96393

Black with #A96393

Text Example


Text Example

White with #A96393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96393; }

 p { color: rgb(169,99,147); }

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

background-color css

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

 a { background-color: rgb(169,99,147); }

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

border-color css

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

 span { border-color: rgb(169,99,147); }

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