#A76690

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

Shades of Mountbatten Pink #A76690

Tints of Mountbatten Pink #A76690

Color information

#A76690 (or 0xA76690) is unknown color: approx Mountbatten Pink. HEX triplet: A7, 66 and 90. RGB value is (167,102,144). Sum of RGB (Red+Green+Blue) = 167+102+144=413 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.44% from 413); Green value is 102 (40.23% from 255 or 24.70% from 413); Blue value is 144 (56.64% from 255 or 34.87% from 413); Max value from RGB is 167 - color contains mainly: red. Hex color #A76690 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76690 is #58996F. Grayscale: #7E7E7E. Windows color (decimal): -5806448 or 9463463. OLE color: 9463463.

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

Color convert

RGB167102144-
CMYK00.390.140.35
HSL321.23º26.97%52.75%-
HSV(B)321.23º38.92%65.49%-
XYZ25.7219.7328.84-
YUV126.22138.03157.08-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.44%
GREEN value IS 102 (40.23% from 255) = 24.70%
BLUE value IS 144 (56.64% from 255) = 34.87%
R=40.44%
G=24.70%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710214400.390.140.35321.2326.9752.75
HexA76690027E231411b35
Octal24714622004716435013365
Binary101001111100110100100000100111111010001110100000111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76690; }

 p { color: rgb(167,102,144); }

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

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

 a { background-color: rgb(167,102,144); }

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

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

 span { border-color: rgb(167,102,144); }

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