Html Css Color HEX #A17691 Mountbatten Pink

📋 copy color: '#A17691'

red 161 ◦ green 118 ◦ blue 145

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

Shades of Mountbatten Pink #A17691

Tints of Mountbatten Pink #A17691

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.83%

 BLUE value IS 145 (57.03% from 255) = 34.2%

R = 37.97%
G = 27.83%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.10

 K value IS 0.37

RGB Variations

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

Color information

#A17691 (or 0xA17691) is known color: Mountbatten Pink. HEX triplet: A1, 76 and 91. RGB value is (161,118,145). Sum of RGB (Red+Green+Blue) = 161+118+145=424 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.97% from 424); Green value is 118 (46.48% from 255 or 27.83% from 424); Blue value is 145 (57.03% from 255 or 34.20% from 424); Max value from RGB is 161 - color contains mainly: red. Hex color #A17691 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17691 is #5E896E. Grayscale: #858585. Windows color (decimal): -6195567 or 9533089. OLE color: 9533089.

HSL color Cylindrical-coordinate representation of color #A17691: hue angle of 322.33º 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 #A17691 is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 118 145 -
CMYK 0 0.27 0.10 0.37
HSL 322.33º 0.19% 0.55% -
HSV(B) 322.33º 0.27% 0.63% -
XYZ 26.29 22.58 29.76 -
YUV 133.94 134.25 147.3 -
System Red Green Blue C M Y K H S L
Decimal 161 118 145 0 0.27 0.10 0.37 322.33 0.19 0.55
Hex A1 76 91 0 1B A 25 142 13 37
Octal 241 166 221 0 33 12 45 502 23 67
Binary 10100001 1110110 10010001 0 11011 1010 100101 101000010 10011 110111

Color Harmonies of #A17691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17691

Black with #A17691

Text Example


Text Example

White with #A17691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17691; }

 p { color: rgb(161,118,145); }

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

background-color css

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

 a { background-color: rgb(161,118,145); }

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

border-color css

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

 span { border-color: rgb(161,118,145); }

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