Html Css Color HEX #A56E8A Mountbatten Pink

📋 copy color: '#A56E8A'

red 165 ◦ green 110 ◦ blue 138

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

Shades of Mountbatten Pink #A56E8A

Tints of Mountbatten Pink #A56E8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.41%

R = 39.95%
G = 26.63%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A56E8A (or 0xA56E8A) is known color: Mountbatten Pink. HEX triplet: A5, 6E and 8A. RGB value is (165,110,138). Sum of RGB (Red+Green+Blue) = 165+110+138=413 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.95% from 413); Green value is 110 (43.36% from 255 or 26.63% from 413); Blue value is 138 (54.30% from 255 or 33.41% from 413); Max value from RGB is 165 - color contains mainly: red. Hex color #A56E8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56E8A is #5A9175. Grayscale: #818181. Windows color (decimal): -5935478 or 9072293. OLE color: 9072293.

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

Color convert

RGB 165 110 138 -
CMYK 0 0.33 0.16 0.35
HSL 329.45º 0.23% 0.54% -
HSV(B) 329.45º 0.33% 0.65% -
XYZ 25.68 20.99 26.74 -
YUV 129.64 132.72 153.22 -
System Red Green Blue C M Y K H S L
Decimal 165 110 138 0 0.33 0.16 0.35 329.45 0.23 0.54
Hex A5 6E 8A 0 21 10 23 149 17 36
Octal 245 156 212 0 41 20 43 511 27 66
Binary 10100101 1101110 10001010 0 100001 10000 100011 101001001 10111 110110

Color Harmonies of #A56E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56E8A

Black with #A56E8A

Text Example


Text Example

White with #A56E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56E8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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