Html Css Color HEX #A96C90 Mountbatten Pink

📋 copy color: '#A96C90'

red 169 ◦ green 108 ◦ blue 144

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

Shades of Mountbatten Pink #A96C90

Tints of Mountbatten Pink #A96C90

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.65%

 BLUE value IS 144 (56.64% from 255) = 34.2%

R = 40.14%
G = 25.65%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.15

 K value IS 0.34

RGB Variations

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

Color information

#A96C90 (or 0xA96C90) is known color: Mountbatten Pink. HEX triplet: A9, 6C and 90. RGB value is (169,108,144). Sum of RGB (Red+Green+Blue) = 169+108+144=421 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.14% from 421); Green value is 108 (42.58% from 255 or 25.65% from 421); Blue value is 144 (56.64% from 255 or 34.20% from 421); Max value from RGB is 169 - color contains mainly: red. Hex color #A96C90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96C90 is #56936F. Grayscale: #828282. Windows color (decimal): -5673840 or 9465001. OLE color: 9465001.

HSL color Cylindrical-coordinate representation of color #A96C90: hue angle of 324.59º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A96C90 is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 108 144 -
CMYK 0 0.36 0.15 0.34
HSL 324.59º 0.26% 0.54% -
HSV(B) 324.59º 0.36% 0.66% -
XYZ 26.76 21.17 29.06 -
YUV 130.34 135.71 155.57 -
System Red Green Blue C M Y K H S L
Decimal 169 108 144 0 0.36 0.15 0.34 324.59 0.26 0.54
Hex A9 6C 90 0 24 F 22 145 1A 36
Octal 251 154 220 0 44 17 42 505 32 66
Binary 10101001 1101100 10010000 0 100100 1111 100010 101000101 11010 110110

Color Harmonies of #A96C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96C90

Black with #A96C90

Text Example


Text Example

White with #A96C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96C90; }

 p { color: rgb(169,108,144); }

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

background-color css

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

 a { background-color: rgb(169,108,144); }

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

border-color css

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

 span { border-color: rgb(169,108,144); }

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