Html Css Color HEX #A6758D Mountbatten Pink

📋 copy color: '#A6758D'

red 166 ◦ green 117 ◦ blue 141

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

Shades of Mountbatten Pink #A6758D

Tints of Mountbatten Pink #A6758D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.59%

 BLUE value IS 141 (55.47% from 255) = 33.25%

R = 39.15%
G = 27.59%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A6758D (or 0xA6758D) is known color: Mountbatten Pink. HEX triplet: A6, 75 and 8D. RGB value is (166,117,141). Sum of RGB (Red+Green+Blue) = 166+117+141=424 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.15% from 424); Green value is 117 (46.09% from 255 or 27.59% from 424); Blue value is 141 (55.47% from 255 or 33.25% from 424); Max value from RGB is 166 - color contains mainly: red. Hex color #A6758D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6758D is #598A72. Grayscale: #868686. Windows color (decimal): -5868147 or 9270694. OLE color: 9270694.

HSL color Cylindrical-coordinate representation of color #A6758D: hue angle of 330.61º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6758D is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 117 141 -
CMYK 0 0.30 0.15 0.35
HSL 330.61º 0.22% 0.55% -
HSV(B) 330.61º 0.3% 0.65% -
XYZ 26.89 22.75 28.17 -
YUV 134.39 131.73 150.55 -
System Red Green Blue C M Y K H S L
Decimal 166 117 141 0 0.30 0.15 0.35 330.61 0.22 0.55
Hex A6 75 8D 0 1E F 23 14B 16 37
Octal 246 165 215 0 36 17 43 513 26 67
Binary 10100110 1110101 10001101 0 11110 1111 100011 101001011 10110 110111

Color Harmonies of #A6758D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6758D

Black with #A6758D

Text Example


Text Example

White with #A6758D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6758D; }

 p { color: rgb(166,117,141); }

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

background-color css

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

 a { background-color: rgb(166,117,141); }

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

border-color css

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

 span { border-color: rgb(166,117,141); }

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