#AC6493

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

Shades of Mountbatten Pink #AC6493

Tints of Mountbatten Pink #AC6493

Color information

#AC6493 (or 0xAC6493) is unknown color: approx Mountbatten Pink. HEX triplet: AC, 64 and 93. RGB value is (172,100,147). Sum of RGB (Red+Green+Blue) = 172+100+147=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 100 (39.45% from 255 or 23.87% from 419); Blue value is 147 (57.81% from 255 or 35.08% from 419); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6493 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6493 is #539B6C. Grayscale: #7E7E7E. Windows color (decimal): -5479277 or 9659564. OLE color: 9659564.

HSL color Cylindrical-coordinate representation of color #AC6493: hue angle of 320.83º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AC6493 is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB172100147-
CMYK00.420.150.33
HSL320.83º30.25%53.33%-
HSV(B)320.83º41.86%67.45%-
XYZ26.8419.9930.05-
YUV126.89139.35160.18-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.05%
GREEN value IS 100 (39.45% from 255) = 23.87%
BLUE value IS 147 (57.81% from 255) = 35.08%
R=41.05%
G=23.87%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210014700.420.150.33320.8330.2553.33
HexAC649302AF211411e35
Octal25414422305217415013665
Binary101011001100100100100110101010111110000110100000111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6493; }

 p { color: rgb(172,100,147); }

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

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

 a { background-color: rgb(172,100,147); }

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

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

 span { border-color: rgb(172,100,147); }

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