Html Css Color HEX #A6718E Mountbatten Pink

📋 copy color: '#A6718E'

red 166 ◦ green 113 ◦ blue 142

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

Shades of Mountbatten Pink #A6718E

Tints of Mountbatten Pink #A6718E

RGB

 RED value IS 166 (65.23% from 255) = 39.43%

 GREEN value IS 113 (44.53% from 255) = 26.84%

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

R = 39.43%
G = 26.84%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#A6718E (or 0xA6718E) is known color: Mountbatten Pink. HEX triplet: A6, 71 and 8E. RGB value is (166,113,142). Sum of RGB (Red+Green+Blue) = 166+113+142=421 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.43% from 421); Green value is 113 (44.53% from 255 or 26.84% from 421); Blue value is 142 (55.86% from 255 or 33.73% from 421); Max value from RGB is 166 - color contains mainly: red. Hex color #A6718E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6718E is #598E71. Grayscale: #848484. Windows color (decimal): -5869170 or 9335206. OLE color: 9335206.

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

Color convert

RGB 166 113 142 -
CMYK 0 0.32 0.14 0.35
HSL 327.17º 0.23% 0.55% -
HSV(B) 327.17º 0.32% 0.65% -
XYZ 26.51 21.87 28.42 -
YUV 132.15 133.56 152.14 -
System Red Green Blue C M Y K H S L
Decimal 166 113 142 0 0.32 0.14 0.35 327.17 0.23 0.55
Hex A6 71 8E 0 20 E 23 147 17 37
Octal 246 161 216 0 40 16 43 507 27 67
Binary 10100110 1110001 10001110 0 100000 1110 100011 101000111 10111 110111

Color Harmonies of #A6718E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6718E

Black with #A6718E

Text Example


Text Example

White with #A6718E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6718E; }

 p { color: rgb(166,113,142); }

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

background-color css

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

 a { background-color: rgb(166,113,142); }

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

border-color css

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

 span { border-color: rgb(166,113,142); }

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