Html Css Color HEX #A66A8D Mountbatten Pink

📋 copy color: '#A66A8D'

red 166 ◦ green 106 ◦ blue 141

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

Shades of Mountbatten Pink #A66A8D

Tints of Mountbatten Pink #A66A8D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.67%

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

R = 40.19%
G = 25.67%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A66A8D (or 0xA66A8D) is known color: Mountbatten Pink. HEX triplet: A6, 6A and 8D. RGB value is (166,106,141). Sum of RGB (Red+Green+Blue) = 166+106+141=413 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.19% from 413); Green value is 106 (41.80% from 255 or 25.67% from 413); Blue value is 141 (55.47% from 255 or 34.14% from 413); Max value from RGB is 166 - color contains mainly: red. Hex color #A66A8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66A8D is #599572. Grayscale: #7F7F7F. Windows color (decimal): -5870963 or 9267878. OLE color: 9267878.

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

Color convert

RGB 166 106 141 -
CMYK 0 0.36 0.15 0.35
HSL 325º 0.25% 0.53% -
HSV(B) 325º 0.36% 0.65% -
XYZ 25.69 20.34 27.77 -
YUV 127.93 135.38 155.15 -
System Red Green Blue C M Y K H S L
Decimal 166 106 141 0 0.36 0.15 0.35 325 0.25 0.53
Hex A6 6A 8D 0 24 F 23 145 19 35
Octal 246 152 215 0 44 17 43 505 31 65
Binary 10100110 1101010 10001101 0 100100 1111 100011 101000101 11001 110101

Color Harmonies of #A66A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66A8D

Black with #A66A8D

Text Example


Text Example

White with #A66A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66A8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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