Html Css Color HEX #A3708B Mountbatten Pink

📋 copy color: '#A3708B'

red 163 ◦ green 112 ◦ blue 139

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

Shades of Mountbatten Pink #A3708B

Tints of Mountbatten Pink #A3708B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.57%

R = 39.37%
G = 27.05%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A3708B (or 0xA3708B) is known color: Mountbatten Pink. HEX triplet: A3, 70 and 8B. RGB value is (163,112,139). Sum of RGB (Red+Green+Blue) = 163+112+139=414 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.37% from 414); Green value is 112 (44.14% from 255 or 27.05% from 414); Blue value is 139 (54.69% from 255 or 33.57% from 414); Max value from RGB is 163 - color contains mainly: red. Hex color #A3708B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3708B is #5C8F74. Grayscale: #828282. Windows color (decimal): -6066037 or 9138339. OLE color: 9138339.

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

Color convert

RGB 163 112 139 -
CMYK 0 0.31 0.15 0.36
HSL 328.24º 0.22% 0.54% -
HSV(B) 328.24º 0.31% 0.64% -
XYZ 25.56 21.24 27.18 -
YUV 130.33 132.9 151.3 -
System Red Green Blue C M Y K H S L
Decimal 163 112 139 0 0.31 0.15 0.36 328.24 0.22 0.54
Hex A3 70 8B 0 1F F 24 148 16 36
Octal 243 160 213 0 37 17 44 510 26 66
Binary 10100011 1110000 10001011 0 11111 1111 100100 101001000 10110 110110

Color Harmonies of #A3708B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3708B

Black with #A3708B

Text Example


Text Example

White with #A3708B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3708B; }

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

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

background-color css

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

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

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

border-color css

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

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

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