Html Css Color HEX #A4748F Mountbatten Pink

📋 copy color: '#A4748F'

red 164 ◦ green 116 ◦ blue 143

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

Shades of Mountbatten Pink #A4748F

Tints of Mountbatten Pink #A4748F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.42%

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

R = 38.77%
G = 27.42%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A4748F (or 0xA4748F) is known color: Mountbatten Pink. HEX triplet: A4, 74 and 8F. RGB value is (164,116,143). Sum of RGB (Red+Green+Blue) = 164+116+143=423 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.77% from 423); Green value is 116 (45.70% from 255 or 27.42% from 423); Blue value is 143 (56.25% from 255 or 33.81% from 423); Max value from RGB is 164 - color contains mainly: red. Hex color #A4748F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4748F is #5B8B70. Grayscale: #858585. Windows color (decimal): -5999473 or 9401508. OLE color: 9401508.

HSL color Cylindrical-coordinate representation of color #A4748F: hue angle of 326.25º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A4748F is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 116 143 -
CMYK 0 0.29 0.13 0.36
HSL 326.25º 0.21% 0.55% -
HSV(B) 326.25º 0.29% 0.64% -
XYZ 26.51 22.37 28.91 -
YUV 133.43 133.4 149.8 -
System Red Green Blue C M Y K H S L
Decimal 164 116 143 0 0.29 0.13 0.36 326.25 0.21 0.55
Hex A4 74 8F 0 1D D 24 146 15 37
Octal 244 164 217 0 35 15 44 506 25 67
Binary 10100100 1110100 10001111 0 11101 1101 100100 101000110 10101 110111

Color Harmonies of #A4748F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4748F

Black with #A4748F

Text Example


Text Example

White with #A4748F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4748F; }

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

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

background-color css

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

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

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

border-color css

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

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

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