Html Css Color HEX #A56B8E Mountbatten Pink

📋 copy color: '#A56B8E'

red 165 ◦ green 107 ◦ blue 142

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

Shades of Mountbatten Pink #A56B8E

Tints of Mountbatten Pink #A56B8E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.85%

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

R = 39.86%
G = 25.85%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#A56B8E (or 0xA56B8E) is known color: Mountbatten Pink. HEX triplet: A5, 6B and 8E. RGB value is (165,107,142). Sum of RGB (Red+Green+Blue) = 165+107+142=414 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.86% from 414); Green value is 107 (42.19% from 255 or 25.85% from 414); Blue value is 142 (55.86% from 255 or 34.30% from 414); Max value from RGB is 165 - color contains mainly: red. Hex color #A56B8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56B8E is #5A9471. Grayscale: #808080. Windows color (decimal): -5936242 or 9333669. OLE color: 9333669.

HSL color Cylindrical-coordinate representation of color #A56B8E: hue angle of 323.79º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A56B8E is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 107 142 -
CMYK 0 0.35 0.14 0.35
HSL 323.79º 0.24% 0.53% -
HSV(B) 323.79º 0.35% 0.65% -
XYZ 25.66 20.47 28.19 -
YUV 128.33 135.72 154.15 -
System Red Green Blue C M Y K H S L
Decimal 165 107 142 0 0.35 0.14 0.35 323.79 0.24 0.53
Hex A5 6B 8E 0 23 E 23 144 18 35
Octal 245 153 216 0 43 16 43 504 30 65
Binary 10100101 1101011 10001110 0 100011 1110 100011 101000100 11000 110101

Color Harmonies of #A56B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56B8E

Black with #A56B8E

Text Example


Text Example

White with #A56B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56B8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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