Html Css Color HEX #A47A8D Mountbatten Pink

📋 copy color: '#A47A8D'

red 164 ◦ green 122 ◦ blue 141

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

Shades of Mountbatten Pink #A47A8D

Tints of Mountbatten Pink #A47A8D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.57%

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

R = 38.41%
G = 28.57%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A47A8D (or 0xA47A8D) is known color: Mountbatten Pink. HEX triplet: A4, 7A and 8D. RGB value is (164,122,141). Sum of RGB (Red+Green+Blue) = 164+122+141=427 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.41% from 427); Green value is 122 (48.05% from 255 or 28.57% from 427); Blue value is 141 (55.47% from 255 or 33.02% from 427); Max value from RGB is 164 - color contains mainly: red. Hex color #A47A8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47A8D is #5B8572. Grayscale: #888888. Windows color (decimal): -5997939 or 9271972. OLE color: 9271972.

HSL color Cylindrical-coordinate representation of color #A47A8D: hue angle of 332.86º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A47A8D is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 122 141 -
CMYK 0 0.26 0.14 0.36
HSL 332.86º 0.19% 0.56% -
HSV(B) 332.86º 0.26% 0.64% -
XYZ 27.08 23.73 28.35 -
YUV 136.72 130.41 147.46 -
System Red Green Blue C M Y K H S L
Decimal 164 122 141 0 0.26 0.14 0.36 332.86 0.19 0.56
Hex A4 7A 8D 0 1A E 24 14D 13 38
Octal 244 172 215 0 32 16 44 515 23 70
Binary 10100100 1111010 10001101 0 11010 1110 100100 101001101 10011 111000

Color Harmonies of #A47A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47A8D

Black with #A47A8D

Text Example


Text Example

White with #A47A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47A8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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