Html Css Color HEX #A3708E Mountbatten Pink

📋 copy color: '#A3708E'

red 163 ◦ green 112 ◦ blue 142

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

Shades of Mountbatten Pink #A3708E

Tints of Mountbatten Pink #A3708E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.05%

R = 39.09%
G = 26.86%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A3708E (or 0xA3708E) is known color: Mountbatten Pink. HEX triplet: A3, 70 and 8E. RGB value is (163,112,142). Sum of RGB (Red+Green+Blue) = 163+112+142=417 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.09% from 417); Green value is 112 (44.14% from 255 or 26.86% from 417); Blue value is 142 (55.86% from 255 or 34.05% from 417); Max value from RGB is 163 - color contains mainly: red. Hex color #A3708E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3708E is #5C8F71. Grayscale: #828282. Windows color (decimal): -6066034 or 9334947. OLE color: 9334947.

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

Color convert

RGB 163 112 142 -
CMYK 0 0.31 0.13 0.36
HSL 324.71º 0.22% 0.54% -
HSV(B) 324.71º 0.31% 0.64% -
XYZ 25.78 21.33 28.35 -
YUV 130.67 134.4 151.06 -
System Red Green Blue C M Y K H S L
Decimal 163 112 142 0 0.31 0.13 0.36 324.71 0.22 0.54
Hex A3 70 8E 0 1F D 24 145 16 36
Octal 243 160 216 0 37 15 44 505 26 66
Binary 10100011 1110000 10001110 0 11111 1101 100100 101000101 10110 110110

Color Harmonies of #A3708E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3708E

Black with #A3708E

Text Example


Text Example

White with #A3708E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3708E; }

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

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

background-color css

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

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

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

border-color css

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

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

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