Html Css Color HEX #A17590 Mountbatten Pink

📋 copy color: '#A17590'

red 161 ◦ green 117 ◦ blue 144

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

Shades of Mountbatten Pink #A17590

Tints of Mountbatten Pink #A17590

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.73%

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

R = 38.15%
G = 27.73%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#A17590 (or 0xA17590) is known color: Mountbatten Pink. HEX triplet: A1, 75 and 90. RGB value is (161,117,144). Sum of RGB (Red+Green+Blue) = 161+117+144=422 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.15% from 422); Green value is 117 (46.09% from 255 or 27.73% from 422); Blue value is 144 (56.64% from 255 or 34.12% from 422); Max value from RGB is 161 - color contains mainly: red. Hex color #A17590 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17590 is #5E8A6F. Grayscale: #858585. Windows color (decimal): -6195824 or 9467297. OLE color: 9467297.

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

Color convert

RGB 161 117 144 -
CMYK 0 0.27 0.11 0.37
HSL 323.18º 0.19% 0.55% -
HSV(B) 323.18º 0.27% 0.63% -
XYZ 26.09 22.31 29.32 -
YUV 133.23 134.08 147.8 -
System Red Green Blue C M Y K H S L
Decimal 161 117 144 0 0.27 0.11 0.37 323.18 0.19 0.55
Hex A1 75 90 0 1B B 25 143 13 37
Octal 241 165 220 0 33 13 45 503 23 67
Binary 10100001 1110101 10010000 0 11011 1011 100101 101000011 10011 110111

Color Harmonies of #A17590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17590

Black with #A17590

Text Example


Text Example

White with #A17590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17590; }

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

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

background-color css

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

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

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

border-color css

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

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

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