#AC6593

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

Shades of Mountbatten Pink #AC6593

Tints of Mountbatten Pink #AC6593

Color information

#AC6593 (or 0xAC6593) is unknown color: approx Mountbatten Pink. HEX triplet: AC, 65 and 93. RGB value is (172,101,147). Sum of RGB (Red+Green+Blue) = 172+101+147=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 101 (39.84% from 255 or 24.05% from 420); Blue value is 147 (57.81% from 255 or 35% from 420); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6593 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6593 is #539A6C. Grayscale: #7F7F7F. Windows color (decimal): -5479021 or 9659820. OLE color: 9659820.

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

Color convert

RGB172101147-
CMYK00.410.150.33
HSL321.13º29.96%53.53%-
HSV(B)321.13º41.28%67.45%-
XYZ26.9320.1830.08-
YUV127.47139.02159.76-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.95%
GREEN value IS 101 (39.84% from 255) = 24.05%
BLUE value IS 147 (57.81% from 255) = 35%
R=40.95%
G=24.05%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210114700.410.150.33321.1329.9653.53
HexAC6593029F211411e36
Octal25414522305117415013666
Binary101011001100101100100110101001111110000110100000111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6593; }

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

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

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

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

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

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

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

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