Html Css Color HEX #A17094 Mountbatten Pink

📋 copy color: '#A17094'

red 161 ◦ green 112 ◦ blue 148

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

Shades of Mountbatten Pink #A17094

Tints of Mountbatten Pink #A17094

RGB

 RED value IS 161 (63.28% from 255) = 38.24%

 GREEN value IS 112 (44.14% from 255) = 26.6%

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

R = 38.24%
G = 26.6%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.08

 K value IS 0.37

RGB Variations

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

Color information

#A17094 (or 0xA17094) is known color: Mountbatten Pink. HEX triplet: A1, 70 and 94. RGB value is (161,112,148). Sum of RGB (Red+Green+Blue) = 161+112+148=421 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.24% from 421); Green value is 112 (44.14% from 255 or 26.60% from 421); Blue value is 148 (58.20% from 255 or 35.15% from 421); Max value from RGB is 161 - color contains mainly: red. Hex color #A17094 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17094 is #5E8F6B. Grayscale: #828282. Windows color (decimal): -6197100 or 9728161. OLE color: 9728161.

HSL color Cylindrical-coordinate representation of color #A17094: hue angle of 315.92º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A17094 is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 112 148 -
CMYK 0 0.30 0.08 0.37
HSL 315.92º 0.21% 0.54% -
HSV(B) 315.92º 0.3% 0.63% -
XYZ 25.84 21.3 30.77 -
YUV 130.76 137.73 149.57 -
System Red Green Blue C M Y K H S L
Decimal 161 112 148 0 0.30 0.08 0.37 315.92 0.21 0.54
Hex A1 70 94 0 1E 8 25 13C 15 36
Octal 241 160 224 0 36 10 45 474 25 66
Binary 10100001 1110000 10010100 0 11110 1000 100101 100111100 10101 110110

Color Harmonies of #A17094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17094

Black with #A17094

Text Example


Text Example

White with #A17094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17094; }

 p { color: rgb(161,112,148); }

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

background-color css

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

 a { background-color: rgb(161,112,148); }

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

border-color css

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

 span { border-color: rgb(161,112,148); }

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