Html Css Color HEX #A56E8E Mountbatten Pink

📋 copy color: '#A56E8E'

red 165 ◦ green 110 ◦ blue 142

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

Shades of Mountbatten Pink #A56E8E

Tints of Mountbatten Pink #A56E8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.05%

R = 39.57%
G = 26.38%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#A56E8E (or 0xA56E8E) is known color: Mountbatten Pink. HEX triplet: A5, 6E and 8E. RGB value is (165,110,142). Sum of RGB (Red+Green+Blue) = 165+110+142=417 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.57% from 417); Green value is 110 (43.36% from 255 or 26.38% from 417); Blue value is 142 (55.86% from 255 or 34.05% from 417); Max value from RGB is 165 - color contains mainly: red. Hex color #A56E8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56E8E is #5A9171. Grayscale: #828282. Windows color (decimal): -5935474 or 9334437. OLE color: 9334437.

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

Color convert

RGB 165 110 142 -
CMYK 0 0.33 0.14 0.35
HSL 325.09º 0.23% 0.54% -
HSV(B) 325.09º 0.33% 0.65% -
XYZ 25.98 21.1 28.3 -
YUV 130.09 134.72 152.9 -
System Red Green Blue C M Y K H S L
Decimal 165 110 142 0 0.33 0.14 0.35 325.09 0.23 0.54
Hex A5 6E 8E 0 21 E 23 145 17 36
Octal 245 156 216 0 41 16 43 505 27 66
Binary 10100101 1101110 10001110 0 100001 1110 100011 101000101 10111 110110

Color Harmonies of #A56E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56E8E

Black with #A56E8E

Text Example


Text Example

White with #A56E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56E8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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