Html Css Color HEX #A96894 Mountbatten Pink

📋 copy color: '#A96894'

red 169 ◦ green 104 ◦ blue 148

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

Shades of Mountbatten Pink #A96894

Tints of Mountbatten Pink #A96894

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.7%

 BLUE value IS 148 (58.2% from 255) = 35.15%

R = 40.14%
G = 24.7%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.12

 K value IS 0.34

RGB Variations

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

Color information

#A96894 (or 0xA96894) is known color: Mountbatten Pink. HEX triplet: A9, 68 and 94. RGB value is (169,104,148). Sum of RGB (Red+Green+Blue) = 169+104+148=421 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.14% from 421); Green value is 104 (41.02% from 255 or 24.70% from 421); Blue value is 148 (58.20% from 255 or 35.15% from 421); Max value from RGB is 169 - color contains mainly: red. Hex color #A96894 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96894 is #56976B. Grayscale: #808080. Windows color (decimal): -5674860 or 9726121. OLE color: 9726121.

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

Color convert

RGB 169 104 148 -
CMYK 0 0.38 0.12 0.34
HSL 319.38º 0.27% 0.54% -
HSV(B) 319.38º 0.38% 0.66% -
XYZ 26.66 20.47 30.56 -
YUV 128.45 139.03 156.92 -
System Red Green Blue C M Y K H S L
Decimal 169 104 148 0 0.38 0.12 0.34 319.38 0.27 0.54
Hex A9 68 94 0 26 C 22 13F 1B 36
Octal 251 150 224 0 46 14 42 477 33 66
Binary 10101001 1101000 10010100 0 100110 1100 100010 100111111 11011 110110

Color Harmonies of #A96894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96894

Black with #A96894

Text Example


Text Example

White with #A96894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96894; }

 p { color: rgb(169,104,148); }

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

background-color css

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

 a { background-color: rgb(169,104,148); }

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

border-color css

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

 span { border-color: rgb(169,104,148); }

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