Html Css Color HEX #A17093 Mountbatten Pink

📋 copy color: '#A17093'

red 161 ◦ green 112 ◦ blue 147

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

Shades of Mountbatten Pink #A17093

Tints of Mountbatten Pink #A17093

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.67%

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

R = 38.33%
G = 26.67%
B = 35%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#A17093 (or 0xA17093) is known color: Mountbatten Pink. HEX triplet: A1, 70 and 93. RGB value is (161,112,147). Sum of RGB (Red+Green+Blue) = 161+112+147=420 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.33% from 420); Green value is 112 (44.14% from 255 or 26.67% from 420); Blue value is 147 (57.81% from 255 or 35% from 420); Max value from RGB is 161 - color contains mainly: red. Hex color #A17093 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17093 is #5E8F6C. Grayscale: #828282. Windows color (decimal): -6197101 or 9662625. OLE color: 9662625.

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

Color convert

RGB 161 112 147 -
CMYK 0 0.30 0.09 0.37
HSL 317.14º 0.21% 0.54% -
HSV(B) 317.14º 0.3% 0.63% -
XYZ 25.76 21.27 30.35 -
YUV 130.64 137.23 149.65 -
System Red Green Blue C M Y K H S L
Decimal 161 112 147 0 0.30 0.09 0.37 317.14 0.21 0.54
Hex A1 70 93 0 1E 9 25 13D 15 36
Octal 241 160 223 0 36 11 45 475 25 66
Binary 10100001 1110000 10010011 0 11110 1001 100101 100111101 10101 110110

Color Harmonies of #A17093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17093

Black with #A17093

Text Example


Text Example

White with #A17093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17093; }

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

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

background-color css

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

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

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

border-color css

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

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

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