Html Css Color HEX #A16790 Mountbatten Pink

📋 copy color: '#A16790'

red 161 ◦ green 103 ◦ blue 144

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

Shades of Mountbatten Pink #A16790

Tints of Mountbatten Pink #A16790

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.25%

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

R = 39.46%
G = 25.25%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#A16790 (or 0xA16790) is known color: Mountbatten Pink. HEX triplet: A1, 67 and 90. RGB value is (161,103,144). Sum of RGB (Red+Green+Blue) = 161+103+144=408 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.46% from 408); Green value is 103 (40.62% from 255 or 25.25% from 408); Blue value is 144 (56.64% from 255 or 35.29% from 408); Max value from RGB is 161 - color contains mainly: red. Hex color #A16790 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16790 is #5E986F. Grayscale: #7C7C7C. Windows color (decimal): -6199408 or 9463713. OLE color: 9463713.

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

Color convert

RGB 161 103 144 -
CMYK 0 0.36 0.11 0.37
HSL 317.59º 0.24% 0.52% -
HSV(B) 317.59º 0.36% 0.63% -
XYZ 24.58 19.29 28.81 -
YUV 125.02 138.72 153.67 -
System Red Green Blue C M Y K H S L
Decimal 161 103 144 0 0.36 0.11 0.37 317.59 0.24 0.52
Hex A1 67 90 0 24 B 25 13E 18 34
Octal 241 147 220 0 44 13 45 476 30 64
Binary 10100001 1100111 10010000 0 100100 1011 100101 100111110 11000 110100

Color Harmonies of #A16790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16790

Black with #A16790

Text Example


Text Example

White with #A16790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16790; }

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

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

background-color css

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

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

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

border-color css

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

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

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