Html Css Color HEX #A4718F Mountbatten Pink

📋 copy color: '#A4718F'

red 164 ◦ green 113 ◦ blue 143

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

Shades of Mountbatten Pink #A4718F

Tints of Mountbatten Pink #A4718F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.05%

R = 39.05%
G = 26.9%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A4718F (or 0xA4718F) is known color: Mountbatten Pink. HEX triplet: A4, 71 and 8F. RGB value is (164,113,143). Sum of RGB (Red+Green+Blue) = 164+113+143=420 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.05% from 420); Green value is 113 (44.53% from 255 or 26.90% from 420); Blue value is 143 (56.25% from 255 or 34.05% from 420); Max value from RGB is 164 - color contains mainly: red. Hex color #A4718F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4718F is #5B8E70. Grayscale: #838383. Windows color (decimal): -6000241 or 9400740. OLE color: 9400740.

HSL color Cylindrical-coordinate representation of color #A4718F: hue angle of 324.71º 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 #A4718F is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 113 143 -
CMYK 0 0.31 0.13 0.36
HSL 324.71º 0.22% 0.54% -
HSV(B) 324.71º 0.31% 0.64% -
XYZ 26.17 21.69 28.79 -
YUV 131.67 134.4 151.06 -
System Red Green Blue C M Y K H S L
Decimal 164 113 143 0 0.31 0.13 0.36 324.71 0.22 0.54
Hex A4 71 8F 0 1F D 24 145 16 36
Octal 244 161 217 0 37 15 44 505 26 66
Binary 10100100 1110001 10001111 0 11111 1101 100100 101000101 10110 110110

Color Harmonies of #A4718F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4718F

Black with #A4718F

Text Example


Text Example

White with #A4718F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4718F; }

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

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

background-color css

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

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

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

border-color css

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

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

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