Html Css Color HEX #A56791 Mountbatten Pink

📋 copy color: '#A56791'

red 165 ◦ green 103 ◦ blue 145

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

Shades of Mountbatten Pink #A56791

Tints of Mountbatten Pink #A56791

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.94%

 BLUE value IS 145 (57.03% from 255) = 35.11%

R = 39.95%
G = 24.94%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#A56791 (or 0xA56791) is known color: Mountbatten Pink. HEX triplet: A5, 67 and 91. RGB value is (165,103,145). Sum of RGB (Red+Green+Blue) = 165+103+145=413 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.95% from 413); Green value is 103 (40.62% from 255 or 24.94% from 413); Blue value is 145 (57.03% from 255 or 35.11% from 413); Max value from RGB is 165 - color contains mainly: red. Hex color #A56791 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56791 is #5A986E. Grayscale: #7E7E7E. Windows color (decimal): -5937263 or 9529253. OLE color: 9529253.

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

Color convert

RGB 165 103 145 -
CMYK 0 0.38 0.12 0.35
HSL 319.35º 0.26% 0.53% -
HSV(B) 319.35º 0.38% 0.65% -
XYZ 25.48 19.74 29.26 -
YUV 126.33 138.54 155.58 -
System Red Green Blue C M Y K H S L
Decimal 165 103 145 0 0.38 0.12 0.35 319.35 0.26 0.53
Hex A5 67 91 0 26 C 23 13F 1A 35
Octal 245 147 221 0 46 14 43 477 32 65
Binary 10100101 1100111 10010001 0 100110 1100 100011 100111111 11010 110101

Color Harmonies of #A56791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56791

Black with #A56791

Text Example


Text Example

White with #A56791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56791; }

 p { color: rgb(165,103,145); }

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

background-color css

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

 a { background-color: rgb(165,103,145); }

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

border-color css

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

 span { border-color: rgb(165,103,145); }

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