Html Css Color HEX #A56E8D Mountbatten Pink

📋 copy color: '#A56E8D'

red 165 ◦ green 110 ◦ blue 141

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

Shades of Mountbatten Pink #A56E8D

Tints of Mountbatten Pink #A56E8D

RGB

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

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

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

R = 39.66%
G = 26.44%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A56E8D (or 0xA56E8D) is known color: Mountbatten Pink. HEX triplet: A5, 6E and 8D. RGB value is (165,110,141). Sum of RGB (Red+Green+Blue) = 165+110+141=416 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.66% from 416); Green value is 110 (43.36% from 255 or 26.44% from 416); Blue value is 141 (55.47% from 255 or 33.89% from 416); Max value from RGB is 165 - color contains mainly: red. Hex color #A56E8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56E8D is #5A9172. Grayscale: #818181. Windows color (decimal): -5935475 or 9268901. OLE color: 9268901.

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

Color convert

RGB 165 110 141 -
CMYK 0 0.33 0.15 0.35
HSL 326.18º 0.23% 0.54% -
HSV(B) 326.18º 0.33% 0.65% -
XYZ 25.9 21.07 27.9 -
YUV 129.98 134.22 152.98 -
System Red Green Blue C M Y K H S L
Decimal 165 110 141 0 0.33 0.15 0.35 326.18 0.23 0.54
Hex A5 6E 8D 0 21 F 23 146 17 36
Octal 245 156 215 0 41 17 43 506 27 66
Binary 10100101 1101110 10001101 0 100001 1111 100011 101000110 10111 110110

Color Harmonies of #A56E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56E8D

Black with #A56E8D

Text Example


Text Example

White with #A56E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56E8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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