#A66790

Color #A66790 Mountbatten Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountbatten Pink #A66790

Tints of Mountbatten Pink #A66790

Color information

#A66790 (or 0xA66790) is unknown color: approx Mountbatten Pink. HEX triplet: A6, 67 and 90. RGB value is (166,103,144). Sum of RGB (Red+Green+Blue) = 166+103+144=413 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.19% from 413); Green value is 103 (40.62% from 255 or 24.94% from 413); Blue value is 144 (56.64% from 255 or 34.87% from 413); Max value from RGB is 166 - color contains mainly: red. Hex color #A66790 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66790 is #59986F. Grayscale: #7E7E7E. Windows color (decimal): -5871728 or 9463718. OLE color: 9463718.

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

Color convert

RGB166103144-
CMYK00.380.130.35
HSL320.95º26.14%52.75%-
HSV(B)320.95º37.95%65.1%-
XYZ25.6119.8228.86-
YUV126.51137.87156.17-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.19%
GREEN value IS 103 (40.62% from 255) = 24.94%
BLUE value IS 144 (56.64% from 255) = 34.87%
R=40.19%
G=24.94%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610314400.380.130.35320.9526.1452.75
HexA66790026D231411a35
Octal24614722004615435013265
Binary101001101100111100100000100110110110001110100000111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66790; }

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

 H1.HeaderClassName
 {
   color: #A66790;
 }
 .AnyTagClassName
 {
   color: #A66790;
 }
</style>
background-color css

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

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

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

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

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

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