#A2758F

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

Shades of Mountbatten Pink #A2758F

Tints of Mountbatten Pink #A2758F

Color information

#A2758F (or 0xA2758F) is unknown color: approx Mountbatten Pink. HEX triplet: A2, 75 and 8F. RGB value is (162,117,143). Sum of RGB (Red+Green+Blue) = 162+117+143=422 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.39% from 422); Green value is 117 (46.09% from 255 or 27.73% from 422); Blue value is 143 (56.25% from 255 or 33.89% from 422); Max value from RGB is 162 - color contains mainly: red. Hex color #A2758F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2758F is #5D8A70. Grayscale: #858585. Windows color (decimal): -6130289 or 9401762. OLE color: 9401762.

HSL color Cylindrical-coordinate representation of color #A2758F: hue angle of 325.33º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A2758F is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB162117143-
CMYK00.280.120.36
HSL325.33º19.48%54.71%-
HSV(B)325.33º27.78%63.53%-
XYZ26.2222.3928.93-
YUV133.42133.41148.39-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.39%
GREEN value IS 117 (46.09% from 255) = 27.73%
BLUE value IS 143 (56.25% from 255) = 33.89%
R=38.39%
G=27.73%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211714300.280.120.36325.3319.4854.71
HexA2758F01CC241451337
Octal24216521703414445052367
Binary10100010111010110001111011100110010010010100010110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2758F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2758F; }

 p { color: rgb(162,117,143); }

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

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

 a { background-color: rgb(162,117,143); }

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

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

 span { border-color: rgb(162,117,143); }

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