Html Css Color HEX #A56490 Mountbatten Pink

📋 copy color: '#A56490'

red 165 ◦ green 100 ◦ blue 144

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

Shades of Mountbatten Pink #A56490

Tints of Mountbatten Pink #A56490

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.45%

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

R = 40.34%
G = 24.45%
B = 35.21%

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

#A56490 (or 0xA56490) is known color: Mountbatten Pink. HEX triplet: A5, 64 and 90. RGB value is (165,100,144). Sum of RGB (Red+Green+Blue) = 165+100+144=409 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.34% from 409); Green value is 100 (39.45% from 255 or 24.45% from 409); Blue value is 144 (56.64% from 255 or 35.21% from 409); Max value from RGB is 165 - color contains mainly: red. Hex color #A56490 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56490 is #5A9B6F. Grayscale: #7C7C7C. Windows color (decimal): -5938032 or 9462949. OLE color: 9462949.

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

Color convert

RGB 165 100 144 -
CMYK 0 0.39 0.13 0.35
HSL 319.38º 0.27% 0.52% -
HSV(B) 319.38º 0.39% 0.65% -
XYZ 25.11 19.13 28.75 -
YUV 124.45 139.03 156.92 -
System Red Green Blue C M Y K H S L
Decimal 165 100 144 0 0.39 0.13 0.35 319.38 0.27 0.52
Hex A5 64 90 0 27 D 23 13F 1B 34
Octal 245 144 220 0 47 15 43 477 33 64
Binary 10100101 1100100 10010000 0 100111 1101 100011 100111111 11011 110100

Color Harmonies of #A56490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56490

Black with #A56490

Text Example


Text Example

White with #A56490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56490; }

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

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

background-color css

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

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

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

border-color css

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

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

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