Html Css Color HEX #A56590 Mountbatten Pink

📋 copy color: '#A56590'

red 165 ◦ green 101 ◦ blue 144

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

Shades of Mountbatten Pink #A56590

Tints of Mountbatten Pink #A56590

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.63%

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

R = 40.24%
G = 24.63%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A56590 (or 0xA56590) is known color: Mountbatten Pink. HEX triplet: A5, 65 and 90. RGB value is (165,101,144). Sum of RGB (Red+Green+Blue) = 165+101+144=410 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.24% from 410); Green value is 101 (39.84% from 255 or 24.63% from 410); Blue value is 144 (56.64% from 255 or 35.12% from 410); Max value from RGB is 165 - color contains mainly: red. Hex color #A56590 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56590 is #5A9A6F. Grayscale: #7C7C7C. Windows color (decimal): -5937776 or 9463205. OLE color: 9463205.

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

Color convert

RGB 165 101 144 -
CMYK 0 0.39 0.13 0.35
HSL 319.69º 0.26% 0.52% -
HSV(B) 319.69º 0.39% 0.65% -
XYZ 25.2 19.32 28.79 -
YUV 125.04 138.7 156.5 -
System Red Green Blue C M Y K H S L
Decimal 165 101 144 0 0.39 0.13 0.35 319.69 0.26 0.52
Hex A5 65 90 0 27 D 23 140 1A 34
Octal 245 145 220 0 47 15 43 500 32 64
Binary 10100101 1100101 10010000 0 100111 1101 100011 101000000 11010 110100

Color Harmonies of #A56590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56590

Black with #A56590

Text Example


Text Example

White with #A56590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56590; }

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

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

background-color css

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

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

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

border-color css

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

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

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