#A96793

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

Shades of Mountbatten Pink #A96793

Tints of Mountbatten Pink #A96793

Color information

#A96793 (or 0xA96793) is unknown color: approx Mountbatten Pink. HEX triplet: A9, 67 and 93. RGB value is (169,103,147). Sum of RGB (Red+Green+Blue) = 169+103+147=419 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.33% from 419); Green value is 103 (40.62% from 255 or 24.58% from 419); Blue value is 147 (57.81% from 255 or 35.08% from 419); Max value from RGB is 169 - color contains mainly: red. Hex color #A96793 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96793 is #56986C. Grayscale: #7F7F7F. Windows color (decimal): -5675117 or 9660329. OLE color: 9660329.

HSL color Cylindrical-coordinate representation of color #A96793: hue angle of 320º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A96793 is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.34.

Color convert

RGB169103147-
CMYK00.390.130.34
HSL320º27.73%53.33%-
HSV(B)320º39.05%66.27%-
XYZ26.4820.2430.12-
YUV127.75138.87157.42-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.33%
GREEN value IS 103 (40.62% from 255) = 24.58%
BLUE value IS 147 (57.81% from 255) = 35.08%
R=40.33%
G=24.58%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.13
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910314700.390.130.3432027.7353.33
HexA96793027D221401c35
Octal25114722304715425003465
Binary101010011100111100100110100111110110001010100000011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96793; }

 p { color: rgb(169,103,147); }

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

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

 a { background-color: rgb(169,103,147); }

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

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

 span { border-color: rgb(169,103,147); }

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