Html Css Color HEX #A56B8F Mountbatten Pink

📋 copy color: '#A56B8F'

red 165 ◦ green 107 ◦ blue 143

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

Shades of Mountbatten Pink #A56B8F

Tints of Mountbatten Pink #A56B8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.46%

R = 39.76%
G = 25.78%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A56B8F (or 0xA56B8F) is known color: Mountbatten Pink. HEX triplet: A5, 6B and 8F. RGB value is (165,107,143). Sum of RGB (Red+Green+Blue) = 165+107+143=415 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.76% from 415); Green value is 107 (42.19% from 255 or 25.78% from 415); Blue value is 143 (56.25% from 255 or 34.46% from 415); Max value from RGB is 165 - color contains mainly: red. Hex color #A56B8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56B8F is #5A9470. Grayscale: #808080. Windows color (decimal): -5936241 or 9399205. OLE color: 9399205.

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

Color convert

RGB 165 107 143 -
CMYK 0 0.35 0.13 0.35
HSL 322.76º 0.24% 0.53% -
HSV(B) 322.76º 0.35% 0.65% -
XYZ 25.73 20.5 28.59 -
YUV 128.45 136.22 154.07 -
System Red Green Blue C M Y K H S L
Decimal 165 107 143 0 0.35 0.13 0.35 322.76 0.24 0.53
Hex A5 6B 8F 0 23 D 23 143 18 35
Octal 245 153 217 0 43 15 43 503 30 65
Binary 10100101 1101011 10001111 0 100011 1101 100011 101000011 11000 110101

Color Harmonies of #A56B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56B8F

Black with #A56B8F

Text Example


Text Example

White with #A56B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56B8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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