Html Css Color HEX #A6758C Mountbatten Pink

📋 copy color: '#A6758C'

red 166 ◦ green 117 ◦ blue 140

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

Shades of Mountbatten Pink #A6758C

Tints of Mountbatten Pink #A6758C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.1%

R = 39.24%
G = 27.66%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A6758C (or 0xA6758C) is known color: Mountbatten Pink. HEX triplet: A6, 75 and 8C. RGB value is (166,117,140). Sum of RGB (Red+Green+Blue) = 166+117+140=423 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.24% from 423); Green value is 117 (46.09% from 255 or 27.66% from 423); Blue value is 140 (55.08% from 255 or 33.10% from 423); Max value from RGB is 166 - color contains mainly: red. Hex color #A6758C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6758C is #598A73. Grayscale: #868686. Windows color (decimal): -5868148 or 9205158. OLE color: 9205158.

HSL color Cylindrical-coordinate representation of color #A6758C: hue angle of 331.84º 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 #A6758C is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 117 140 -
CMYK 0 0.30 0.16 0.35
HSL 331.84º 0.22% 0.55% -
HSV(B) 331.84º 0.3% 0.65% -
XYZ 26.82 22.72 27.78 -
YUV 134.27 131.23 150.63 -
System Red Green Blue C M Y K H S L
Decimal 166 117 140 0 0.30 0.16 0.35 331.84 0.22 0.55
Hex A6 75 8C 0 1E 10 23 14C 16 37
Octal 246 165 214 0 36 20 43 514 26 67
Binary 10100110 1110101 10001100 0 11110 10000 100011 101001100 10110 110111

Color Harmonies of #A6758C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6758C

Black with #A6758C

Text Example


Text Example

White with #A6758C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6758C; }

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

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

background-color css

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

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

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

border-color css

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

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

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