#AC6294

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

Shades of Mountbatten Pink #AC6294

Tints of Mountbatten Pink #AC6294

Color information

#AC6294 (or 0xAC6294) is unknown color: approx Mountbatten Pink. HEX triplet: AC, 62 and 94. RGB value is (172,98,148). Sum of RGB (Red+Green+Blue) = 172+98+148=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 98 (38.67% from 255 or 23.44% from 418); Blue value is 148 (58.20% from 255 or 35.41% from 418); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6294 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6294 is #539D6B. Grayscale: #7D7D7D. Windows color (decimal): -5479788 or 9724588. OLE color: 9724588.

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

Color convert

RGB17298148-
CMYK00.430.140.33
HSL319.46º30.83%52.94%-
HSV(B)319.46º43.02%67.45%-
XYZ26.7319.6430.4-
YUV125.83140.52160.93-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.15%
GREEN value IS 98 (38.67% from 255) = 23.44%
BLUE value IS 148 (58.20% from 255) = 35.41%
R=41.15%
G=23.44%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729814800.430.140.33319.4630.8352.94
HexAC629402BE2113f1f35
Octal25414222405316414773765
Binary101011001100010100101000101011111010000110011111111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6294; }

 p { color: rgb(172,98,148); }

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

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

 a { background-color: rgb(172,98,148); }

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

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

 span { border-color: rgb(172,98,148); }

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