Html Css Color HEX #A57393 Mountbatten Pink

📋 copy color: '#A57393'

red 165 ◦ green 115 ◦ blue 147

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

Shades of Mountbatten Pink #A57393

Tints of Mountbatten Pink #A57393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 34.43%

R = 38.64%
G = 26.93%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#A57393 (or 0xA57393) is known color: Mountbatten Pink. HEX triplet: A5, 73 and 93. RGB value is (165,115,147). Sum of RGB (Red+Green+Blue) = 165+115+147=427 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.64% from 427); Green value is 115 (45.31% from 255 or 26.93% from 427); Blue value is 147 (57.81% from 255 or 34.43% from 427); Max value from RGB is 165 - color contains mainly: red. Hex color #A57393 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57393 is #5A8C6C. Grayscale: #858585. Windows color (decimal): -5934189 or 9663397. OLE color: 9663397.

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

Color convert

RGB 165 115 147 -
CMYK 0 0.30 0.11 0.35
HSL 321.6º 0.22% 0.55% -
HSV(B) 321.6º 0.3% 0.65% -
XYZ 26.91 22.37 30.5 -
YUV 133.6 135.57 150.4 -
System Red Green Blue C M Y K H S L
Decimal 165 115 147 0 0.30 0.11 0.35 321.6 0.22 0.55
Hex A5 73 93 0 1E B 23 142 16 37
Octal 245 163 223 0 36 13 43 502 26 67
Binary 10100101 1110011 10010011 0 11110 1011 100011 101000010 10110 110111

Color Harmonies of #A57393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57393

Black with #A57393

Text Example


Text Example

White with #A57393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57393; }

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

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

background-color css

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

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

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

border-color css

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

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

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