Html Css Color HEX #A56D90 Mountbatten Pink

📋 copy color: '#A56D90'

red 165 ◦ green 109 ◦ blue 144

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

Shades of Mountbatten Pink #A56D90

Tints of Mountbatten Pink #A56D90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 34.45%

R = 39.47%
G = 26.08%
B = 34.45%

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

#A56D90 (or 0xA56D90) is known color: Mountbatten Pink. HEX triplet: A5, 6D and 90. RGB value is (165,109,144). Sum of RGB (Red+Green+Blue) = 165+109+144=418 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.47% from 418); Green value is 109 (42.97% from 255 or 26.08% from 418); Blue value is 144 (56.64% from 255 or 34.45% from 418); Max value from RGB is 165 - color contains mainly: red. Hex color #A56D90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56D90 is #5A926F. Grayscale: #818181. Windows color (decimal): -5935728 or 9465253. OLE color: 9465253.

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

Color convert

RGB 165 109 144 -
CMYK 0 0.34 0.13 0.35
HSL 322.5º 0.24% 0.54% -
HSV(B) 322.5º 0.34% 0.65% -
XYZ 26.02 20.95 29.06 -
YUV 129.73 136.05 153.15 -
System Red Green Blue C M Y K H S L
Decimal 165 109 144 0 0.34 0.13 0.35 322.5 0.24 0.54
Hex A5 6D 90 0 22 D 23 142 18 36
Octal 245 155 220 0 42 15 43 502 30 66
Binary 10100101 1101101 10010000 0 100010 1101 100011 101000010 11000 110110

Color Harmonies of #A56D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56D90

Black with #A56D90

Text Example


Text Example

White with #A56D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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