Html Css Color HEX #A56F90 Mountbatten Pink

📋 copy color: '#A56F90'

red 165 ◦ green 111 ◦ blue 144

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

Shades of Mountbatten Pink #A56F90

Tints of Mountbatten Pink #A56F90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 34.29%

R = 39.29%
G = 26.43%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A56F90 (or 0xA56F90) is known color: Mountbatten Pink. HEX triplet: A5, 6F and 90. RGB value is (165,111,144). Sum of RGB (Red+Green+Blue) = 165+111+144=420 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.29% from 420); Green value is 111 (43.75% from 255 or 26.43% from 420); Blue value is 144 (56.64% from 255 or 34.29% from 420); Max value from RGB is 165 - color contains mainly: red. Hex color #A56F90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56F90 is #5A906F. Grayscale: #828282. Windows color (decimal): -5935216 or 9465765. OLE color: 9465765.

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

Color convert

RGB 165 111 144 -
CMYK 0 0.33 0.13 0.35
HSL 323.33º 0.23% 0.54% -
HSV(B) 323.33º 0.33% 0.65% -
XYZ 26.24 21.38 29.13 -
YUV 130.91 135.39 152.32 -
System Red Green Blue C M Y K H S L
Decimal 165 111 144 0 0.33 0.13 0.35 323.33 0.23 0.54
Hex A5 6F 90 0 21 D 23 143 17 36
Octal 245 157 220 0 41 15 43 503 27 66
Binary 10100101 1101111 10010000 0 100001 1101 100011 101000011 10111 110110

Color Harmonies of #A56F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56F90

Black with #A56F90

Text Example


Text Example

White with #A56F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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