Html Css Color HEX #A3708F Mountbatten Pink

📋 copy color: '#A3708F'

red 163 ◦ green 112 ◦ blue 143

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

Shades of Mountbatten Pink #A3708F

Tints of Mountbatten Pink #A3708F

RGB

 RED value IS 163 (64.06% from 255) = 39%

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

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

R = 39%
G = 26.79%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A3708F (or 0xA3708F) is known color: Mountbatten Pink. HEX triplet: A3, 70 and 8F. RGB value is (163,112,143). Sum of RGB (Red+Green+Blue) = 163+112+143=418 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.00% from 418); Green value is 112 (44.14% from 255 or 26.79% from 418); Blue value is 143 (56.25% from 255 or 34.21% from 418); Max value from RGB is 163 - color contains mainly: red. Hex color #A3708F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3708F is #5C8F70. Grayscale: #828282. Windows color (decimal): -6066033 or 9400483. OLE color: 9400483.

HSL color Cylindrical-coordinate representation of color #A3708F: hue angle of 323.53º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3708F is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 112 143 -
CMYK 0 0.31 0.12 0.36
HSL 323.53º 0.22% 0.54% -
HSV(B) 323.53º 0.31% 0.64% -
XYZ 25.86 21.36 28.75 -
YUV 130.78 134.9 150.98 -
System Red Green Blue C M Y K H S L
Decimal 163 112 143 0 0.31 0.12 0.36 323.53 0.22 0.54
Hex A3 70 8F 0 1F C 24 144 16 36
Octal 243 160 217 0 37 14 44 504 26 66
Binary 10100011 1110000 10001111 0 11111 1100 100100 101000100 10110 110110

Color Harmonies of #A3708F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3708F

Black with #A3708F

Text Example


Text Example

White with #A3708F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3708F; }

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

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

background-color css

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

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

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

border-color css

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

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

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