Html Css Color HEX #A56F8D Mountbatten Pink

📋 copy color: '#A56F8D'

red 165 ◦ green 111 ◦ blue 141

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

Shades of Mountbatten Pink #A56F8D

Tints of Mountbatten Pink #A56F8D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.62%

 BLUE value IS 141 (55.47% from 255) = 33.81%

R = 39.57%
G = 26.62%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A56F8D (or 0xA56F8D) is known color: Mountbatten Pink. HEX triplet: A5, 6F and 8D. RGB value is (165,111,141). Sum of RGB (Red+Green+Blue) = 165+111+141=417 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.57% from 417); Green value is 111 (43.75% from 255 or 26.62% from 417); Blue value is 141 (55.47% from 255 or 33.81% from 417); Max value from RGB is 165 - color contains mainly: red. Hex color #A56F8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56F8D is #5A9072. Grayscale: #828282. Windows color (decimal): -5935219 or 9269157. OLE color: 9269157.

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

Color convert

RGB 165 111 141 -
CMYK 0 0.33 0.15 0.35
HSL 326.67º 0.23% 0.54% -
HSV(B) 326.67º 0.33% 0.65% -
XYZ 26.01 21.29 27.94 -
YUV 130.57 133.89 152.56 -
System Red Green Blue C M Y K H S L
Decimal 165 111 141 0 0.33 0.15 0.35 326.67 0.23 0.54
Hex A5 6F 8D 0 21 F 23 147 17 36
Octal 245 157 215 0 41 17 43 507 27 66
Binary 10100101 1101111 10001101 0 100001 1111 100011 101000111 10111 110110

Color Harmonies of #A56F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56F8D

Black with #A56F8D

Text Example


Text Example

White with #A56F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56F8D; }

 p { color: rgb(165,111,141); }

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

background-color css

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

 a { background-color: rgb(165,111,141); }

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

border-color css

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

 span { border-color: rgb(165,111,141); }

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