Html Css Color HEX #A56D8F Mountbatten Pink

📋 copy color: '#A56D8F'

red 165 ◦ green 109 ◦ blue 143

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

Shades of Mountbatten Pink #A56D8F

Tints of Mountbatten Pink #A56D8F

RGB

 RED value IS 165 (64.84% from 255) = 39.57%

 GREEN value IS 109 (42.97% from 255) = 26.14%

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

R = 39.57%
G = 26.14%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A56D8F (or 0xA56D8F) is known color: Mountbatten Pink. HEX triplet: A5, 6D and 8F. RGB value is (165,109,143). Sum of RGB (Red+Green+Blue) = 165+109+143=417 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.57% from 417); Green value is 109 (42.97% from 255 or 26.14% from 417); Blue value is 143 (56.25% from 255 or 34.29% from 417); Max value from RGB is 165 - color contains mainly: red. Hex color #A56D8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56D8F is #5A9270. Grayscale: #818181. Windows color (decimal): -5935729 or 9399717. OLE color: 9399717.

HSL color Cylindrical-coordinate representation of color #A56D8F: hue angle of 323.57º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A56D8F is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 109 143 -
CMYK 0 0.34 0.13 0.35
HSL 323.57º 0.24% 0.54% -
HSV(B) 323.57º 0.34% 0.65% -
XYZ 25.94 20.92 28.66 -
YUV 129.62 135.55 153.24 -
System Red Green Blue C M Y K H S L
Decimal 165 109 143 0 0.34 0.13 0.35 323.57 0.24 0.54
Hex A5 6D 8F 0 22 D 23 144 18 36
Octal 245 155 217 0 42 15 43 504 30 66
Binary 10100101 1101101 10001111 0 100010 1101 100011 101000100 11000 110110

Color Harmonies of #A56D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56D8F

Black with #A56D8F

Text Example


Text Example

White with #A56D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56D8F; }

 p { color: rgb(165,109,143); }

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

background-color css

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

 a { background-color: rgb(165,109,143); }

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

border-color css

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

 span { border-color: rgb(165,109,143); }

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