Html Css Color HEX #A5708F Mountbatten Pink

📋 copy color: '#A5708F'

red 165 ◦ green 112 ◦ blue 143

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

Shades of Mountbatten Pink #A5708F

Tints of Mountbatten Pink #A5708F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.67%

 BLUE value IS 143 (56.25% from 255) = 34.05%

R = 39.29%
G = 26.67%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A5708F (or 0xA5708F) is known color: Mountbatten Pink. HEX triplet: A5, 70 and 8F. RGB value is (165,112,143). Sum of RGB (Red+Green+Blue) = 165+112+143=420 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.29% from 420); Green value is 112 (44.14% from 255 or 26.67% from 420); Blue value is 143 (56.25% from 255 or 34.05% from 420); Max value from RGB is 165 - color contains mainly: red. Hex color #A5708F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5708F is #5A8F70. Grayscale: #838383. Windows color (decimal): -5934961 or 9400485. OLE color: 9400485.

HSL color Cylindrical-coordinate representation of color #A5708F: hue angle of 324.91º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A5708F is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 112 143 -
CMYK 0 0.32 0.13 0.35
HSL 324.91º 0.23% 0.54% -
HSV(B) 324.91º 0.32% 0.65% -
XYZ 26.27 21.57 28.77 -
YUV 131.38 134.56 151.98 -
System Red Green Blue C M Y K H S L
Decimal 165 112 143 0 0.32 0.13 0.35 324.91 0.23 0.54
Hex A5 70 8F 0 20 D 23 145 17 36
Octal 245 160 217 0 40 15 43 505 27 66
Binary 10100101 1110000 10001111 0 100000 1101 100011 101000101 10111 110110

Color Harmonies of #A5708F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5708F

Black with #A5708F

Text Example


Text Example

White with #A5708F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5708F; }

 p { color: rgb(165,112,143); }

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

background-color css

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

 a { background-color: rgb(165,112,143); }

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

border-color css

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

 span { border-color: rgb(165,112,143); }

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