#AC3D78

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

Shades of Royal Heath #AC3D78

Tints of Royal Heath #AC3D78

Color information

#AC3D78 (or 0xAC3D78) is unknown color: approx Royal Heath. HEX triplet: AC, 3D and 78. RGB value is (172,61,120). Sum of RGB (Red+Green+Blue) = 172+61+120=353 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.73% from 353); Green value is 61 (24.22% from 255 or 17.28% from 353); Blue value is 120 (47.27% from 255 or 33.99% from 353); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3D78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3D78 is #53C287. Grayscale: #646464. Windows color (decimal): -5489288 or 7880108. OLE color: 7880108.

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

Color convert

RGB17261120-
CMYK00.650.300.33
HSL328.11º47.64%45.69%-
HSV(B)328.11º64.53%67.45%-
XYZ22.0713.4619.2-
YUV100.92138.77178.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.73%
GREEN value IS 61 (24.22% from 255) = 17.28%
BLUE value IS 120 (47.27% from 255) = 33.99%
R=48.73%
G=17.28%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1726112000.650.300.33328.1147.6445.69
HexAC3D780411E21148302e
Octal25475170010136415106056
Binary1010110011110111110000100000111110100001101001000110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3D78; }

 p { color: rgb(172,61,120); }

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

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

 a { background-color: rgb(172,61,120); }

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

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

 span { border-color: rgb(172,61,120); }

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