Html Css Color HEX #A1698D Mountbatten Pink

📋 copy color: '#A1698D'

red 161 ◦ green 105 ◦ blue 141

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

Shades of Mountbatten Pink #A1698D

Tints of Mountbatten Pink #A1698D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.8%

 BLUE value IS 141 (55.47% from 255) = 34.64%

R = 39.56%
G = 25.8%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#A1698D (or 0xA1698D) is known color: Mountbatten Pink. HEX triplet: A1, 69 and 8D. RGB value is (161,105,141). Sum of RGB (Red+Green+Blue) = 161+105+141=407 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.56% from 407); Green value is 105 (41.41% from 255 or 25.80% from 407); Blue value is 141 (55.47% from 255 or 34.64% from 407); Max value from RGB is 161 - color contains mainly: red. Hex color #A1698D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1698D is #5E9672. Grayscale: #7D7D7D. Windows color (decimal): -6198899 or 9267617. OLE color: 9267617.

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

Color convert

RGB 161 105 141 -
CMYK 0 0.35 0.12 0.37
HSL 321.43º 0.23% 0.52% -
HSV(B) 321.43º 0.35% 0.63% -
XYZ 24.56 19.6 27.69 -
YUV 125.85 136.55 153.07 -
System Red Green Blue C M Y K H S L
Decimal 161 105 141 0 0.35 0.12 0.37 321.43 0.23 0.52
Hex A1 69 8D 0 23 C 25 141 17 34
Octal 241 151 215 0 43 14 45 501 27 64
Binary 10100001 1101001 10001101 0 100011 1100 100101 101000001 10111 110100

Color Harmonies of #A1698D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1698D

Black with #A1698D

Text Example


Text Example

White with #A1698D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1698D; }

 p { color: rgb(161,105,141); }

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

background-color css

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

 a { background-color: rgb(161,105,141); }

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

border-color css

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

 span { border-color: rgb(161,105,141); }

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