Html Css Color HEX #A17793 Mountbatten Pink

📋 copy color: '#A17793'

red 161 ◦ green 119 ◦ blue 147

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

Shades of Mountbatten Pink #A17793

Tints of Mountbatten Pink #A17793

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.87%

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

R = 37.7%
G = 27.87%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#A17793 (or 0xA17793) is known color: Mountbatten Pink. HEX triplet: A1, 77 and 93. RGB value is (161,119,147). Sum of RGB (Red+Green+Blue) = 161+119+147=427 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.70% from 427); Green value is 119 (46.88% from 255 or 27.87% from 427); Blue value is 147 (57.81% from 255 or 34.43% from 427); Max value from RGB is 161 - color contains mainly: red. Hex color #A17793 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17793 is #5E886C. Grayscale: #868686. Windows color (decimal): -6195309 or 9664417. OLE color: 9664417.

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

Color convert

RGB 161 119 147 -
CMYK 0 0.26 0.09 0.37
HSL 320º 0.18% 0.55% -
HSV(B) 320º 0.26% 0.63% -
XYZ 26.56 22.88 30.62 -
YUV 134.75 134.91 146.72 -
System Red Green Blue C M Y K H S L
Decimal 161 119 147 0 0.26 0.09 0.37 320 0.18 0.55
Hex A1 77 93 0 1A 9 25 140 12 37
Octal 241 167 223 0 32 11 45 500 22 67
Binary 10100001 1110111 10010011 0 11010 1001 100101 101000000 10010 110111

Color Harmonies of #A17793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17793

Black with #A17793

Text Example


Text Example

White with #A17793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17793; }

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

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

background-color css

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

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

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

border-color css

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

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

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