Html Css Color HEX #A5758C Mountbatten Pink

📋 copy color: '#A5758C'

red 165 ◦ green 117 ◦ blue 140

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

Shades of Mountbatten Pink #A5758C

Tints of Mountbatten Pink #A5758C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.18%

R = 39.1%
G = 27.73%
B = 33.18%

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

#A5758C (or 0xA5758C) is known color: Mountbatten Pink. HEX triplet: A5, 75 and 8C. RGB value is (165,117,140). Sum of RGB (Red+Green+Blue) = 165+117+140=422 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.10% from 422); Green value is 117 (46.09% from 255 or 27.73% from 422); Blue value is 140 (55.08% from 255 or 33.18% from 422); Max value from RGB is 165 - color contains mainly: red. Hex color #A5758C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5758C is #5A8A73. Grayscale: #858585. Windows color (decimal): -5933684 or 9205157. OLE color: 9205157.

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

Color convert

RGB 165 117 140 -
CMYK 0 0.29 0.15 0.35
HSL 331.25º 0.21% 0.55% -
HSV(B) 331.25º 0.29% 0.65% -
XYZ 26.61 22.62 27.77 -
YUV 133.97 131.4 150.13 -
System Red Green Blue C M Y K H S L
Decimal 165 117 140 0 0.29 0.15 0.35 331.25 0.21 0.55
Hex A5 75 8C 0 1D F 23 14B 15 37
Octal 245 165 214 0 35 17 43 513 25 67
Binary 10100101 1110101 10001100 0 11101 1111 100011 101001011 10101 110111

Color Harmonies of #A5758C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5758C

Black with #A5758C

Text Example


Text Example

White with #A5758C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5758C; }

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

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

background-color css

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

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

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

border-color css

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

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

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