Html Css Color HEX #A6678E Mountbatten Pink

📋 copy color: '#A6678E'

red 166 ◦ green 103 ◦ blue 142

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

Shades of Mountbatten Pink #A6678E

Tints of Mountbatten Pink #A6678E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.06%

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

R = 40.39%
G = 25.06%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#A6678E (or 0xA6678E) is known color: Mountbatten Pink. HEX triplet: A6, 67 and 8E. RGB value is (166,103,142). Sum of RGB (Red+Green+Blue) = 166+103+142=411 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.39% from 411); Green value is 103 (40.62% from 255 or 25.06% from 411); Blue value is 142 (55.86% from 255 or 34.55% from 411); Max value from RGB is 166 - color contains mainly: red. Hex color #A6678E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6678E is #599871. Grayscale: #7E7E7E. Windows color (decimal): -5871730 or 9332646. OLE color: 9332646.

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

Color convert

RGB 166 103 142 -
CMYK 0 0.38 0.14 0.35
HSL 322.86º 0.26% 0.53% -
HSV(B) 322.86º 0.38% 0.65% -
XYZ 25.46 19.76 28.06 -
YUV 126.28 136.87 156.33 -
System Red Green Blue C M Y K H S L
Decimal 166 103 142 0 0.38 0.14 0.35 322.86 0.26 0.53
Hex A6 67 8E 0 26 E 23 143 1A 35
Octal 246 147 216 0 46 16 43 503 32 65
Binary 10100110 1100111 10001110 0 100110 1110 100011 101000011 11010 110101

Color Harmonies of #A6678E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6678E

Black with #A6678E

Text Example


Text Example

White with #A6678E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6678E; }

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

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

background-color css

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

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

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

border-color css

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

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

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