Html Css Color HEX #A56F8A Mountbatten Pink

📋 copy color: '#A56F8A'

red 165 ◦ green 111 ◦ blue 138

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

Shades of Mountbatten Pink #A56F8A

Tints of Mountbatten Pink #A56F8A

RGB

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

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

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

R = 39.86%
G = 26.81%
B = 33.33%

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

#A56F8A (or 0xA56F8A) is known color: Mountbatten Pink. HEX triplet: A5, 6F and 8A. RGB value is (165,111,138). Sum of RGB (Red+Green+Blue) = 165+111+138=414 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.86% from 414); Green value is 111 (43.75% from 255 or 26.81% from 414); Blue value is 138 (54.30% from 255 or 33.33% from 414); Max value from RGB is 165 - color contains mainly: red. Hex color #A56F8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56F8A is #5A9075. Grayscale: #828282. Windows color (decimal): -5935222 or 9072549. OLE color: 9072549.

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

Color convert

RGB 165 111 138 -
CMYK 0 0.33 0.16 0.35
HSL 330º 0.23% 0.54% -
HSV(B) 330º 0.33% 0.65% -
XYZ 25.79 21.2 26.78 -
YUV 130.22 132.39 152.8 -
System Red Green Blue C M Y K H S L
Decimal 165 111 138 0 0.33 0.16 0.35 330 0.23 0.54
Hex A5 6F 8A 0 21 10 23 14A 17 36
Octal 245 157 212 0 41 20 43 512 27 66
Binary 10100101 1101111 10001010 0 100001 10000 100011 101001010 10111 110110

Color Harmonies of #A56F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56F8A

Black with #A56F8A

Text Example


Text Example

White with #A56F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56F8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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