Html Css Color HEX #A17588 Mountbatten Pink

📋 copy color: '#A17588'

red 161 ◦ green 117 ◦ blue 136

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

Shades of Mountbatten Pink #A17588

Tints of Mountbatten Pink #A17588

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.26%

 BLUE value IS 136 (53.52% from 255) = 32.85%

R = 38.89%
G = 28.26%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#A17588 (or 0xA17588) is known color: Mountbatten Pink. HEX triplet: A1, 75 and 88. RGB value is (161,117,136). Sum of RGB (Red+Green+Blue) = 161+117+136=414 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.89% from 414); Green value is 117 (46.09% from 255 or 28.26% from 414); Blue value is 136 (53.52% from 255 or 32.85% from 414); Max value from RGB is 161 - color contains mainly: red. Hex color #A17588 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17588 is #5E8A77. Grayscale: #848484. Windows color (decimal): -6195832 or 8943009. OLE color: 8943009.

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

Color convert

RGB 161 117 136 -
CMYK 0 0.27 0.16 0.37
HSL 334.09º 0.19% 0.55% -
HSV(B) 334.09º 0.27% 0.63% -
XYZ 25.5 22.08 26.21 -
YUV 132.32 130.08 148.46 -
System Red Green Blue C M Y K H S L
Decimal 161 117 136 0 0.27 0.16 0.37 334.09 0.19 0.55
Hex A1 75 88 0 1B 10 25 14E 13 37
Octal 241 165 210 0 33 20 45 516 23 67
Binary 10100001 1110101 10001000 0 11011 10000 100101 101001110 10011 110111

Color Harmonies of #A17588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17588

Black with #A17588

Text Example


Text Example

White with #A17588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17588; }

 p { color: rgb(161,117,136); }

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

background-color css

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

 a { background-color: rgb(161,117,136); }

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

border-color css

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

 span { border-color: rgb(161,117,136); }

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