#AC6492

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

Shades of Mountbatten Pink #AC6492

Tints of Mountbatten Pink #AC6492

Color information

#AC6492 (or 0xAC6492) is unknown color: approx Mountbatten Pink. HEX triplet: AC, 64 and 92. RGB value is (172,100,146). Sum of RGB (Red+Green+Blue) = 172+100+146=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 100 (39.45% from 255 or 23.92% from 418); Blue value is 146 (57.42% from 255 or 34.93% from 418); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6492 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6492 is #539B6D. Grayscale: #7E7E7E. Windows color (decimal): -5479278 or 9594028. OLE color: 9594028.

HSL color Cylindrical-coordinate representation of color #AC6492: hue angle of 321.67º 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 #AC6492 is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB172100146-
CMYK00.420.150.33
HSL321.67º30.25%53.33%-
HSV(B)321.67º41.86%67.45%-
XYZ26.7619.9629.64-
YUV126.77138.85160.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.15%
GREEN value IS 100 (39.45% from 255) = 23.92%
BLUE value IS 146 (57.42% from 255) = 34.93%
R=41.15%
G=23.92%
B=34.93%

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
Decimal17210014600.420.150.33321.6730.2553.33
HexAC649202AF211421e35
Octal25414422205217415023665
Binary101011001100100100100100101010111110000110100001011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6492; }

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

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

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

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

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

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

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

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