#AC3F79

Color #AC3F79 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #AC3F79

Tints of Royal Heath #AC3F79

Color information

#AC3F79 (or 0xAC3F79) is unknown color: approx Royal Heath. HEX triplet: AC, 3F and 79. RGB value is (172,63,121). Sum of RGB (Red+Green+Blue) = 172+63+121=356 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.31% from 356); Green value is 63 (25% from 255 or 17.70% from 356); Blue value is 121 (47.66% from 255 or 33.99% from 356); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3F79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3F79 is #53C086. Grayscale: #666666. Windows color (decimal): -5488775 or 7946156. OLE color: 7946156.

HSL color Cylindrical-coordinate representation of color #AC3F79: hue angle of 328.07º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC3F79 is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB17263121-
CMYK00.630.300.33
HSL328.07º46.38%46.08%-
HSV(B)328.07º63.37%67.45%-
XYZ22.2413.7119.56-
YUV102.2138.61177.78-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.31%
GREEN value IS 63 (25% from 255) = 17.70%
BLUE value IS 121 (47.66% from 255) = 33.99%
R=48.31%
G=17.70%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1726312100.630.300.33328.0746.3846.08
HexAC3F7903F1E211482e2e
Octal2547717107736415105656
Binary101011001111111111001011111111110100001101001000101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3F79; }

 p { color: rgb(172,63,121); }

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

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

 a { background-color: rgb(172,63,121); }

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

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

 span { border-color: rgb(172,63,121); }

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