Html Css Color HEX #A5778D Mountbatten Pink

📋 copy color: '#A5778D'

red 165 ◦ green 119 ◦ blue 141

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

Shades of Mountbatten Pink #A5778D

Tints of Mountbatten Pink #A5778D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28%

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

R = 38.82%
G = 28%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A5778D (or 0xA5778D) is known color: Mountbatten Pink. HEX triplet: A5, 77 and 8D. RGB value is (165,119,141). Sum of RGB (Red+Green+Blue) = 165+119+141=425 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.82% from 425); Green value is 119 (46.88% from 255 or 28% from 425); Blue value is 141 (55.47% from 255 or 33.18% from 425); Max value from RGB is 165 - color contains mainly: red. Hex color #A5778D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5778D is #5A8872. Grayscale: #878787. Windows color (decimal): -5933171 or 9271205. OLE color: 9271205.

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

Color convert

RGB 165 119 141 -
CMYK 0 0.28 0.15 0.35
HSL 331.3º 0.2% 0.56% -
HSV(B) 331.3º 0.28% 0.65% -
XYZ 26.92 23.12 28.24 -
YUV 135.26 131.24 149.21 -
System Red Green Blue C M Y K H S L
Decimal 165 119 141 0 0.28 0.15 0.35 331.3 0.2 0.56
Hex A5 77 8D 0 1C F 23 14B 14 38
Octal 245 167 215 0 34 17 43 513 24 70
Binary 10100101 1110111 10001101 0 11100 1111 100011 101001011 10100 111000

Color Harmonies of #A5778D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5778D

Black with #A5778D

Text Example


Text Example

White with #A5778D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5778D; }

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

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

background-color css

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

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

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

border-color css

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

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

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