Html Css Color HEX #A56A8F Mountbatten Pink

📋 copy color: '#A56A8F'

red 165 ◦ green 106 ◦ blue 143

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

Shades of Mountbatten Pink #A56A8F

Tints of Mountbatten Pink #A56A8F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.6%

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

R = 39.86%
G = 25.6%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A56A8F (or 0xA56A8F) is known color: Mountbatten Pink. HEX triplet: A5, 6A and 8F. RGB value is (165,106,143). Sum of RGB (Red+Green+Blue) = 165+106+143=414 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.86% from 414); Green value is 106 (41.80% from 255 or 25.60% from 414); Blue value is 143 (56.25% from 255 or 34.54% from 414); Max value from RGB is 165 - color contains mainly: red. Hex color #A56A8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56A8F is #5A9570. Grayscale: #7F7F7F. Windows color (decimal): -5936497 or 9398949. OLE color: 9398949.

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

Color convert

RGB 165 106 143 -
CMYK 0 0.36 0.13 0.35
HSL 322.37º 0.25% 0.53% -
HSV(B) 322.37º 0.36% 0.65% -
XYZ 25.63 20.29 28.55 -
YUV 127.86 136.55 154.49 -
System Red Green Blue C M Y K H S L
Decimal 165 106 143 0 0.36 0.13 0.35 322.37 0.25 0.53
Hex A5 6A 8F 0 24 D 23 142 19 35
Octal 245 152 217 0 44 15 43 502 31 65
Binary 10100101 1101010 10001111 0 100100 1101 100011 101000010 11001 110101

Color Harmonies of #A56A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56A8F

Black with #A56A8F

Text Example


Text Example

White with #A56A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56A8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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