Html Css Color HEX #A17990 Mountbatten Pink

📋 copy color: '#A17990'

red 161 ◦ green 121 ◦ blue 144

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

Shades of Mountbatten Pink #A17990

Tints of Mountbatten Pink #A17990

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.4%

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

R = 37.79%
G = 28.4%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#A17990 (or 0xA17990) is known color: Mountbatten Pink. HEX triplet: A1, 79 and 90. RGB value is (161,121,144). Sum of RGB (Red+Green+Blue) = 161+121+144=426 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.79% from 426); Green value is 121 (47.66% from 255 or 28.40% from 426); Blue value is 144 (56.64% from 255 or 33.80% from 426); Max value from RGB is 161 - color contains mainly: red. Hex color #A17990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17990 is #5E866F. Grayscale: #878787. Windows color (decimal): -6194800 or 9468321. OLE color: 9468321.

HSL color Cylindrical-coordinate representation of color #A17990: hue angle of 325.5º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A17990 is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 121 144 -
CMYK 0 0.25 0.11 0.37
HSL 325.5º 0.18% 0.55% -
HSV(B) 325.5º 0.25% 0.63% -
XYZ 26.57 23.27 29.48 -
YUV 135.58 132.75 146.13 -
System Red Green Blue C M Y K H S L
Decimal 161 121 144 0 0.25 0.11 0.37 325.5 0.18 0.55
Hex A1 79 90 0 19 B 25 146 12 37
Octal 241 171 220 0 31 13 45 506 22 67
Binary 10100001 1111001 10010000 0 11001 1011 100101 101000110 10010 110111

Color Harmonies of #A17990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17990

Black with #A17990

Text Example


Text Example

White with #A17990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17990; }

 p { color: rgb(161,121,144); }

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

background-color css

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

 a { background-color: rgb(161,121,144); }

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

border-color css

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

 span { border-color: rgb(161,121,144); }

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