Html Css Color HEX #A4758D Mountbatten Pink

📋 copy color: '#A4758D'

red 164 ◦ green 117 ◦ blue 141

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

Shades of Mountbatten Pink #A4758D

Tints of Mountbatten Pink #A4758D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.41%

R = 38.86%
G = 27.73%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A4758D (or 0xA4758D) is known color: Mountbatten Pink. HEX triplet: A4, 75 and 8D. RGB value is (164,117,141). Sum of RGB (Red+Green+Blue) = 164+117+141=422 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.86% from 422); Green value is 117 (46.09% from 255 or 27.73% from 422); Blue value is 141 (55.47% from 255 or 33.41% from 422); Max value from RGB is 164 - color contains mainly: red. Hex color #A4758D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4758D is #5B8A72. Grayscale: #858585. Windows color (decimal): -5999219 or 9270692. OLE color: 9270692.

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

Color convert

RGB 164 117 141 -
CMYK 0 0.29 0.14 0.36
HSL 329.36º 0.21% 0.55% -
HSV(B) 329.36º 0.29% 0.64% -
XYZ 26.48 22.54 28.15 -
YUV 133.79 132.07 149.55 -
System Red Green Blue C M Y K H S L
Decimal 164 117 141 0 0.29 0.14 0.36 329.36 0.21 0.55
Hex A4 75 8D 0 1D E 24 149 15 37
Octal 244 165 215 0 35 16 44 511 25 67
Binary 10100100 1110101 10001101 0 11101 1110 100100 101001001 10101 110111

Color Harmonies of #A4758D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4758D

Black with #A4758D

Text Example


Text Example

White with #A4758D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4758D; }

 p { color: rgb(164,117,141); }

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

background-color css

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

 a { background-color: rgb(164,117,141); }

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

border-color css

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

 span { border-color: rgb(164,117,141); }

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