#A76393

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

Shades of Mountbatten Pink #A76393

Tints of Mountbatten Pink #A76393

Color information

#A76393 (or 0xA76393) is unknown color: approx Mountbatten Pink. HEX triplet: A7, 63 and 93. RGB value is (167,99,147). Sum of RGB (Red+Green+Blue) = 167+99+147=413 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.44% from 413); Green value is 99 (39.06% from 255 or 23.97% from 413); Blue value is 147 (57.81% from 255 or 35.59% from 413); Max value from RGB is 167 - color contains mainly: red. Hex color #A76393 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76393 is #589C6C. Grayscale: #7C7C7C. Windows color (decimal): -5807213 or 9659303. OLE color: 9659303.

HSL color Cylindrical-coordinate representation of color #A76393: hue angle of 317.65º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A76393 is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.35.

Color convert

RGB16799147-
CMYK00.410.120.35
HSL317.65º27.87%52.16%-
HSV(B)317.65º40.72%65.49%-
XYZ25.6619.2529.97-
YUV124.8140.53158.1-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.44%
GREEN value IS 99 (39.06% from 255) = 23.97%
BLUE value IS 147 (57.81% from 255) = 35.59%
R=40.44%
G=23.97%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679914700.410.120.35317.6527.8752.16
HexA76393029C2313e1c34
Octal24714322305114434763464
Binary101001111100011100100110101001110010001110011111011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76393; }

 p { color: rgb(167,99,147); }

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

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

 a { background-color: rgb(167,99,147); }

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

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

 span { border-color: rgb(167,99,147); }

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