Html Css Color HEX #A17293 Mountbatten Pink

📋 copy color: '#A17293'

red 161 ◦ green 114 ◦ blue 147

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

Shades of Mountbatten Pink #A17293

Tints of Mountbatten Pink #A17293

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.01%

 BLUE value IS 147 (57.81% from 255) = 34.83%

R = 38.15%
G = 27.01%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#A17293 (or 0xA17293) is known color: Mountbatten Pink. HEX triplet: A1, 72 and 93. RGB value is (161,114,147). Sum of RGB (Red+Green+Blue) = 161+114+147=422 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.15% from 422); Green value is 114 (44.92% from 255 or 27.01% from 422); Blue value is 147 (57.81% from 255 or 34.83% from 422); Max value from RGB is 161 - color contains mainly: red. Hex color #A17293 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17293 is #5E8D6C. Grayscale: #838383. Windows color (decimal): -6196589 or 9663137. OLE color: 9663137.

HSL color Cylindrical-coordinate representation of color #A17293: hue angle of 317.87º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A17293 is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 114 147 -
CMYK 0 0.29 0.09 0.37
HSL 317.87º 0.2% 0.54% -
HSV(B) 317.87º 0.29% 0.63% -
XYZ 25.98 21.72 30.43 -
YUV 131.82 136.57 148.82 -
System Red Green Blue C M Y K H S L
Decimal 161 114 147 0 0.29 0.09 0.37 317.87 0.2 0.54
Hex A1 72 93 0 1D 9 25 13E 14 36
Octal 241 162 223 0 35 11 45 476 24 66
Binary 10100001 1110010 10010011 0 11101 1001 100101 100111110 10100 110110

Color Harmonies of #A17293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17293

Black with #A17293

Text Example


Text Example

White with #A17293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17293; }

 p { color: rgb(161,114,147); }

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

background-color css

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

 a { background-color: rgb(161,114,147); }

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

border-color css

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

 span { border-color: rgb(161,114,147); }

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