Html Css Color HEX #A5758D Mountbatten Pink

📋 copy color: '#A5758D'

red 165 ◦ green 117 ◦ blue 141

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

Shades of Mountbatten Pink #A5758D

Tints of Mountbatten Pink #A5758D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.66%

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

R = 39.01%
G = 27.66%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A5758D (or 0xA5758D) is known color: Mountbatten Pink. HEX triplet: A5, 75 and 8D. RGB value is (165,117,141). Sum of RGB (Red+Green+Blue) = 165+117+141=423 (56% of max value = 765). Red value is 165 (64.84% from 255 or 39.01% from 423); Green value is 117 (46.09% from 255 or 27.66% from 423); Blue value is 141 (55.47% from 255 or 33.33% from 423); Max value from RGB is 165 - color contains mainly: red. Hex color #A5758D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5758D is #5A8A72. Grayscale: #868686. Windows color (decimal): -5933683 or 9270693. OLE color: 9270693.

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

Color convert

RGB 165 117 141 -
CMYK 0 0.29 0.15 0.35
HSL 330º 0.21% 0.55% -
HSV(B) 330º 0.29% 0.65% -
XYZ 26.69 22.65 28.16 -
YUV 134.09 131.9 150.05 -
System Red Green Blue C M Y K H S L
Decimal 165 117 141 0 0.29 0.15 0.35 330 0.21 0.55
Hex A5 75 8D 0 1D F 23 14A 15 37
Octal 245 165 215 0 35 17 43 512 25 67
Binary 10100101 1110101 10001101 0 11101 1111 100011 101001010 10101 110111

Color Harmonies of #A5758D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5758D

Black with #A5758D

Text Example


Text Example

White with #A5758D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5758D; }

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

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

background-color css

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

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

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

border-color css

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

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

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