Html Css Color HEX #A17894 Mountbatten Pink

📋 copy color: '#A17894'

red 161 ◦ green 120 ◦ blue 148

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

Shades of Mountbatten Pink #A17894

Tints of Mountbatten Pink #A17894

RGB

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

 GREEN value IS 120 (47.27% from 255) = 27.97%

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

R = 37.53%
G = 27.97%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.08

 K value IS 0.37

RGB Variations

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

Color information

#A17894 (or 0xA17894) is known color: Mountbatten Pink. HEX triplet: A1, 78 and 94. RGB value is (161,120,148). Sum of RGB (Red+Green+Blue) = 161+120+148=429 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.53% from 429); Green value is 120 (47.27% from 255 or 27.97% from 429); Blue value is 148 (58.20% from 255 or 34.50% from 429); Max value from RGB is 161 - color contains mainly: red. Hex color #A17894 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17894 is #5E876B. Grayscale: #878787. Windows color (decimal): -6195052 or 9730209. OLE color: 9730209.

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

Color convert

RGB 161 120 148 -
CMYK 0 0.25 0.08 0.37
HSL 319.02º 0.18% 0.55% -
HSV(B) 319.02º 0.25% 0.63% -
XYZ 26.76 23.15 31.07 -
YUV 135.45 135.08 146.22 -
System Red Green Blue C M Y K H S L
Decimal 161 120 148 0 0.25 0.08 0.37 319.02 0.18 0.55
Hex A1 78 94 0 19 8 25 13F 12 37
Octal 241 170 224 0 31 10 45 477 22 67
Binary 10100001 1111000 10010100 0 11001 1000 100101 100111111 10010 110111

Color Harmonies of #A17894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17894

Black with #A17894

Text Example


Text Example

White with #A17894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17894; }

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

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

background-color css

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

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

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

border-color css

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

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

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