Html Css Color HEX #A17294 Mountbatten Pink

📋 copy color: '#A17294'

red 161 ◦ green 114 ◦ blue 148

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

Shades of Mountbatten Pink #A17294

Tints of Mountbatten Pink #A17294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 34.99%

R = 38.06%
G = 26.95%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.08

 K value IS 0.37

RGB Variations

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

Color information

#A17294 (or 0xA17294) is known color: Mountbatten Pink. HEX triplet: A1, 72 and 94. RGB value is (161,114,148). Sum of RGB (Red+Green+Blue) = 161+114+148=423 (56% of max value = 765). Red value is 161 (63.28% from 255 or 38.06% from 423); Green value is 114 (44.92% from 255 or 26.95% from 423); Blue value is 148 (58.20% from 255 or 34.99% from 423); Max value from RGB is 161 - color contains mainly: red. Hex color #A17294 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17294 is #5E8D6B. Grayscale: #838383. Windows color (decimal): -6196588 or 9728673. OLE color: 9728673.

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

Color convert

RGB 161 114 148 -
CMYK 0 0.29 0.08 0.37
HSL 316.6º 0.2% 0.54% -
HSV(B) 316.6º 0.29% 0.63% -
XYZ 26.06 21.75 30.84 -
YUV 131.93 137.07 148.74 -
System Red Green Blue C M Y K H S L
Decimal 161 114 148 0 0.29 0.08 0.37 316.6 0.2 0.54
Hex A1 72 94 0 1D 8 25 13D 14 36
Octal 241 162 224 0 35 10 45 475 24 66
Binary 10100001 1110010 10010100 0 11101 1000 100101 100111101 10100 110110

Color Harmonies of #A17294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17294

Black with #A17294

Text Example


Text Example

White with #A17294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17294; }

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

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

background-color css

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

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

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

border-color css

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

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

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