Html Css Color HEX #A56E90 Mountbatten Pink

📋 copy color: '#A56E90'

red 165 ◦ green 110 ◦ blue 144

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

Shades of Mountbatten Pink #A56E90

Tints of Mountbatten Pink #A56E90

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.25%

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

R = 39.38%
G = 26.25%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A56E90 (or 0xA56E90) is known color: Mountbatten Pink. HEX triplet: A5, 6E and 90. RGB value is (165,110,144). Sum of RGB (Red+Green+Blue) = 165+110+144=419 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.38% from 419); Green value is 110 (43.36% from 255 or 26.25% from 419); Blue value is 144 (56.64% from 255 or 34.37% from 419); Max value from RGB is 165 - color contains mainly: red. Hex color #A56E90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56E90 is #5A916F. Grayscale: #828282. Windows color (decimal): -5935472 or 9465509. OLE color: 9465509.

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

Color convert

RGB 165 110 144 -
CMYK 0 0.33 0.13 0.35
HSL 322.91º 0.23% 0.54% -
HSV(B) 322.91º 0.33% 0.65% -
XYZ 26.13 21.16 29.09 -
YUV 130.32 135.72 152.74 -
System Red Green Blue C M Y K H S L
Decimal 165 110 144 0 0.33 0.13 0.35 322.91 0.23 0.54
Hex A5 6E 90 0 21 D 23 143 17 36
Octal 245 156 220 0 41 15 43 503 27 66
Binary 10100101 1101110 10010000 0 100001 1101 100011 101000011 10111 110110

Color Harmonies of #A56E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56E90

Black with #A56E90

Text Example


Text Example

White with #A56E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56E90; }

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

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

background-color css

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

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

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

border-color css

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

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

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