#A4808F

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

Shades of Mountbatten Pink #A4808F

Tints of Mountbatten Pink #A4808F

Color information

#A4808F (or 0xA4808F) is unknown color: approx Mountbatten Pink. HEX triplet: A4, 80 and 8F. RGB value is (164,128,143). Sum of RGB (Red+Green+Blue) = 164+128+143=435 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.70% from 435); Green value is 128 (50.39% from 255 or 29.43% from 435); Blue value is 143 (56.25% from 255 or 32.87% from 435); Max value from RGB is 164 - color contains mainly: red. Hex color #A4808F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4808F is #5B7F70. Grayscale: #8C8C8C. Windows color (decimal): -5996401 or 9404580. OLE color: 9404580.

HSL color Cylindrical-coordinate representation of color #A4808F: hue angle of 335º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A4808F is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB164128143-
CMYK00.220.130.36
HSL335º16.51%57.25%-
HSV(B)335º21.95%64.31%-
XYZ27.9925.3129.4-
YUV140.47129.43144.78-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.70%
GREEN value IS 128 (50.39% from 255) = 29.43%
BLUE value IS 143 (56.25% from 255) = 32.87%
R=37.70%
G=29.43%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412814300.220.130.3633516.5157.25
HexA4808F016D2414f1139
Octal24420021702615445172171
Binary101001001000000010001111010110110110010010100111110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4808F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4808F; }

 p { color: rgb(164,128,143); }

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

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

 a { background-color: rgb(164,128,143); }

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

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

 span { border-color: rgb(164,128,143); }

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