Html Css Color HEX #A57A8D Mountbatten Pink

📋 copy color: '#A57A8D'

red 165 ◦ green 122 ◦ blue 141

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

Shades of Mountbatten Pink #A57A8D

Tints of Mountbatten Pink #A57A8D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.5%

 BLUE value IS 141 (55.47% from 255) = 32.94%

R = 38.55%
G = 28.5%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A57A8D (or 0xA57A8D) is known color: Mountbatten Pink. HEX triplet: A5, 7A and 8D. RGB value is (165,122,141). Sum of RGB (Red+Green+Blue) = 165+122+141=428 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.55% from 428); Green value is 122 (48.05% from 255 or 28.50% from 428); Blue value is 141 (55.47% from 255 or 32.94% from 428); Max value from RGB is 165 - color contains mainly: red. Hex color #A57A8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57A8D is #5A8572. Grayscale: #888888. Windows color (decimal): -5932403 or 9271973. OLE color: 9271973.

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

Color convert

RGB 165 122 141 -
CMYK 0 0.26 0.15 0.35
HSL 333.49º 0.19% 0.56% -
HSV(B) 333.49º 0.26% 0.65% -
XYZ 27.28 23.84 28.36 -
YUV 137.02 130.25 147.96 -
System Red Green Blue C M Y K H S L
Decimal 165 122 141 0 0.26 0.15 0.35 333.49 0.19 0.56
Hex A5 7A 8D 0 1A F 23 14D 13 38
Octal 245 172 215 0 32 17 43 515 23 70
Binary 10100101 1111010 10001101 0 11010 1111 100011 101001101 10011 111000

Color Harmonies of #A57A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57A8D

Black with #A57A8D

Text Example


Text Example

White with #A57A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57A8D; }

 p { color: rgb(165,122,141); }

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

background-color css

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

 a { background-color: rgb(165,122,141); }

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

border-color css

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

 span { border-color: rgb(165,122,141); }

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