Html Css Color HEX #A57390 Mountbatten Pink

📋 copy color: '#A57390'

red 165 ◦ green 115 ◦ blue 144

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

Shades of Mountbatten Pink #A57390

Tints of Mountbatten Pink #A57390

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.12%

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

R = 38.92%
G = 27.12%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A57390 (or 0xA57390) is known color: Mountbatten Pink. HEX triplet: A5, 73 and 90. RGB value is (165,115,144). Sum of RGB (Red+Green+Blue) = 165+115+144=424 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.92% from 424); Green value is 115 (45.31% from 255 or 27.12% from 424); Blue value is 144 (56.64% from 255 or 33.96% from 424); Max value from RGB is 165 - color contains mainly: red. Hex color #A57390 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57390 is #5A8C6F. Grayscale: #858585. Windows color (decimal): -5934192 or 9466789. OLE color: 9466789.

HSL color Cylindrical-coordinate representation of color #A57390: hue angle of 325.2º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A57390 is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 115 144 -
CMYK 0 0.30 0.13 0.35
HSL 325.2º 0.22% 0.55% -
HSV(B) 325.2º 0.3% 0.65% -
XYZ 26.68 22.27 29.28 -
YUV 133.26 134.07 150.64 -
System Red Green Blue C M Y K H S L
Decimal 165 115 144 0 0.30 0.13 0.35 325.2 0.22 0.55
Hex A5 73 90 0 1E D 23 145 16 37
Octal 245 163 220 0 36 15 43 505 26 67
Binary 10100101 1110011 10010000 0 11110 1101 100011 101000101 10110 110111

Color Harmonies of #A57390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57390

Black with #A57390

Text Example


Text Example

White with #A57390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57390; }

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

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

background-color css

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

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

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

border-color css

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

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

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