#A96892

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

Shades of Mountbatten Pink #A96892

Tints of Mountbatten Pink #A96892

Color information

#A96892 (or 0xA96892) is unknown color: approx Mountbatten Pink. HEX triplet: A9, 68 and 92. RGB value is (169,104,146). Sum of RGB (Red+Green+Blue) = 169+104+146=419 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.33% from 419); Green value is 104 (41.02% from 255 or 24.82% from 419); Blue value is 146 (57.42% from 255 or 34.84% from 419); Max value from RGB is 169 - color contains mainly: red. Hex color #A96892 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96892 is #56976D. Grayscale: #808080. Windows color (decimal): -5674862 or 9595049. OLE color: 9595049.

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

Color convert

RGB169104146-
CMYK00.380.140.34
HSL321.23º27.43%53.53%-
HSV(B)321.23º38.46%66.27%-
XYZ26.520.4129.74-
YUV128.22138.03157.08-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.33%
GREEN value IS 104 (41.02% from 255) = 24.82%
BLUE value IS 146 (57.42% from 255) = 34.84%
R=40.33%
G=24.82%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.14
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910414600.380.140.34321.2327.4353.53
HexA96892026E221411b36
Octal25115022204616425013366
Binary101010011101000100100100100110111010001010100000111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96892; }

 p { color: rgb(169,104,146); }

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

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

 a { background-color: rgb(169,104,146); }

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

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

 span { border-color: rgb(169,104,146); }

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