Html Css Color HEX #A4718C Mountbatten Pink

📋 copy color: '#A4718C'

red 164 ◦ green 113 ◦ blue 140

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

Shades of Mountbatten Pink #A4718C

Tints of Mountbatten Pink #A4718C

RGB

 RED value IS 164 (64.45% from 255) = 39.33%

 GREEN value IS 113 (44.53% from 255) = 27.1%

 BLUE value IS 140 (55.08% from 255) = 33.57%

R = 39.33%
G = 27.1%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A4718C (or 0xA4718C) is known color: Mountbatten Pink. HEX triplet: A4, 71 and 8C. RGB value is (164,113,140). Sum of RGB (Red+Green+Blue) = 164+113+140=417 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.33% from 417); Green value is 113 (44.53% from 255 or 27.10% from 417); Blue value is 140 (55.08% from 255 or 33.57% from 417); Max value from RGB is 164 - color contains mainly: red. Hex color #A4718C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4718C is #5B8E73. Grayscale: #838383. Windows color (decimal): -6000244 or 9204132. OLE color: 9204132.

HSL color Cylindrical-coordinate representation of color #A4718C: hue angle of 328.24º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4718C is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 113 140 -
CMYK 0 0.31 0.15 0.36
HSL 328.24º 0.22% 0.54% -
HSV(B) 328.24º 0.31% 0.64% -
XYZ 25.95 21.6 27.61 -
YUV 131.33 132.9 151.3 -
System Red Green Blue C M Y K H S L
Decimal 164 113 140 0 0.31 0.15 0.36 328.24 0.22 0.54
Hex A4 71 8C 0 1F F 24 148 16 36
Octal 244 161 214 0 37 17 44 510 26 66
Binary 10100100 1110001 10001100 0 11111 1111 100100 101001000 10110 110110

Color Harmonies of #A4718C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4718C

Black with #A4718C

Text Example


Text Example

White with #A4718C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4718C; }

 p { color: rgb(164,113,140); }

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

background-color css

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

 a { background-color: rgb(164,113,140); }

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

border-color css

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

 span { border-color: rgb(164,113,140); }

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